[79245] trunk/dports/devel

ryandesign at macports.org ryandesign at macports.org
Mon Jun 6 16:22:14 PDT 2011


Revision: 79245
          http://trac.macports.org/changeset/79245
Author:   ryandesign at macports.org
Date:     2011-06-06 16:22:14 -0700 (Mon, 06 Jun 2011)
Log Message:
-----------
glib2, glib2-devel: fix typo in ZLIB_CFLAGS

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

Modified: trunk/dports/devel/glib2/Portfile
===================================================================
--- trunk/dports/devel/glib2/Portfile	2011-06-06 19:44:06 UTC (rev 79244)
+++ trunk/dports/devel/glib2/Portfile	2011-06-06 23:22:14 UTC (rev 79245)
@@ -62,7 +62,7 @@
 configure.perl              ${prefix}/bin/perl
 configure.env-append        PERL_PATH=${configure.perl} \
                             PKG_CONFIG=false \
-                            ZLIB_CFLAGS="-I${prefix}/lib" \
+                            ZLIB_CFLAGS="-I${prefix}/include" \
                             ZLIB_LIBS="-L${prefix}/lib -lz"
 
 post-patch {

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2011-06-06 19:44:06 UTC (rev 79244)
+++ trunk/dports/devel/glib2-devel/Portfile	2011-06-06 23:22:14 UTC (rev 79245)
@@ -65,7 +65,7 @@
 configure.perl              ${prefix}/bin/perl
 configure.env-append        PERL_PATH=${configure.perl} \
                             PKG_CONFIG=false \
-                            ZLIB_CFLAGS="-I${prefix}/lib" \
+                            ZLIB_CFLAGS="-I${prefix}/include" \
                             ZLIB_LIBS="-L${prefix}/lib -lz"
 
 pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110606/b2460147/attachment.html>


More information about the macports-changes mailing list