[37077] trunk/dports/databases/postgis/Portfile

landonf at macports.org landonf at macports.org
Mon May 26 00:01:48 PDT 2008


Revision: 37077
          http://trac.macosforge.org/projects/macports/changeset/37077
Author:   landonf at macports.org
Date:     2008-05-26 00:01:39 -0700 (Mon, 26 May 2008)

Log Message:
-----------
If postgis is going to use the MacPorts libiconv, it needs to also use the MacPorts iconv headers.
Fixes #13608

Modified Paths:
--------------
    trunk/dports/databases/postgis/Portfile

Modified: trunk/dports/databases/postgis/Portfile
===================================================================
--- trunk/dports/databases/postgis/Portfile	2008-05-26 06:03:11 UTC (rev 37076)
+++ trunk/dports/databases/postgis/Portfile	2008-05-26 07:01:39 UTC (rev 37077)
@@ -29,4 +29,4 @@
 				--with-geos=${prefix}/bin/geos-config \
 				--with-proj=${prefix}
 
-build.args "ICONV_LDFLAGS=\"-L${prefix}/lib -liconv\""
+build.args "ICONV_LDFLAGS=\"-L${prefix}/lib -liconv\" CFLAGS=\"-I${prefix}/include\""

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/3ef82c96/attachment.htm 


More information about the macports-changes mailing list