[20243] trunk/dports/ruby/rb-mysql

source_changes at macosforge.org source_changes at macosforge.org
Mon Oct 30 02:18:04 PST 2006


Revision: 20243
          http://trac.macosforge.org/projects/macports/changeset/20243
Author:   jberry at macports.org
Date:     2006-10-30 02:18:04 -0800 (Mon, 30 Oct 2006)

Log Message:
-----------
Add patch for rb-mysql

Added Paths:
-----------
    trunk/dports/ruby/rb-mysql/files/
    trunk/dports/ruby/rb-mysql/files/patch-mysql.c.in

Added: trunk/dports/ruby/rb-mysql/files/patch-mysql.c.in
===================================================================
--- trunk/dports/ruby/rb-mysql/files/patch-mysql.c.in	                        (rev 0)
+++ trunk/dports/ruby/rb-mysql/files/patch-mysql.c.in	2006-10-30 10:18:04 UTC (rev 20243)
@@ -0,0 +1,15 @@
+--- mysql.c.in.orig	2006-10-30 02:13:33.000000000 -0800
++++ mysql.c.in	2006-10-30 02:14:01.000000000 -0800
+@@ -5,10 +5,12 @@
+ #include "ruby.h"
+ #include "version.h"
+ #ifdef HAVE_MYSQL_H
++#include <my_global.h>
+ #include <mysql.h>
+ #include <errmsg.h>
+ #include <mysqld_error.h>
+ #else
++#include <mysql/my_global.h>
+ #include <mysql/mysql.h>
+ #include <mysql/errmsg.h>
+ #include <mysql/mysqld_error.h>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061030/f925c162/attachment.html


More information about the macports-changes mailing list