[91539] trunk/dports/devel/libiodbc

ryandesign at macports.org ryandesign at macports.org
Wed Apr 4 10:44:07 PDT 2012


Revision: 91539
          https://trac.macports.org/changeset/91539
Author:   ryandesign at macports.org
Date:     2012-04-04 10:44:07 -0700 (Wed, 04 Apr 2012)
Log Message:
-----------
libiodbc: fix build failures due to undefined 'u_short' type and parallel build failure; see #33833

Modified Paths:
--------------
    trunk/dports/devel/libiodbc/Portfile

Added Paths:
-----------
    trunk/dports/devel/libiodbc/files/
    trunk/dports/devel/libiodbc/files/patch-iodbcinst-unicode.h.diff

Modified: trunk/dports/devel/libiodbc/Portfile
===================================================================
--- trunk/dports/devel/libiodbc/Portfile	2012-04-04 17:20:38 UTC (rev 91538)
+++ trunk/dports/devel/libiodbc/Portfile	2012-04-04 17:44:07 UTC (rev 91539)
@@ -23,7 +23,12 @@
 
 depends_lib-append  port:libtool
 
+patchfiles          patch-iodbcinst-unicode.h.diff
+
 pre-configure {
     system -W ${worksrcpath} "sh ./bootstrap.sh"
 }
 configure.args-append   --with-iodbc-inidir=${prefix}/etc
+
+# make[2]: *** No rule to make target `../iodbcadm/libiodbcadm.la', needed by `iodbcadm-gtk'.  Stop.
+use_parallel_build  no

Added: trunk/dports/devel/libiodbc/files/patch-iodbcinst-unicode.h.diff
===================================================================
--- trunk/dports/devel/libiodbc/files/patch-iodbcinst-unicode.h.diff	                        (rev 0)
+++ trunk/dports/devel/libiodbc/files/patch-iodbcinst-unicode.h.diff	2012-04-04 17:44:07 UTC (rev 91539)
@@ -0,0 +1,10 @@
+--- iodbcinst/unicode.h.orig
++++ iodbcinst/unicode.h
+@@ -77,6 +77,7 @@
+ #ifndef _UNICODE_H
+ #define _UNICODE_H
+ 
++#include <sys/types.h>
+ 
+ #if defined (__APPLE__) && !defined (MACOSX102) && !defined (HAVE_CONFIG_H)
+ #define HAVE_WCHAR_H 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120404/35f8a541/attachment.html>


More information about the macports-changes mailing list