[46637] trunk/dports/devel/mono/Portfile

mww at macports.org mww at macports.org
Mon Feb 9 00:37:33 PST 2009


Revision: 46637
          http://trac.macports.org/changeset/46637
Author:   mww at macports.org
Date:     2009-02-09 00:37:31 -0800 (Mon, 09 Feb 2009)
Log Message:
-----------
fix picking up of external boehmgc

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

Modified: trunk/dports/devel/mono/Portfile
===================================================================
--- trunk/dports/devel/mono/Portfile	2009-02-09 07:34:39 UTC (rev 46636)
+++ trunk/dports/devel/mono/Portfile	2009-02-09 08:37:31 UTC (rev 46637)
@@ -28,8 +28,9 @@
 
 configure.pkg_config    "${prefix}/bin/pkg-config"
 configure.pkg_config_path "${prefix}/lib/pkgconfig:${x11prefix}/lib/pkgconfig"
-configure.cppflags	"-I${worksrcpath}/libgc/include -I${prefix}/include"
 configure.env-append    ACLOCAL_FLAGS="-I ${prefix}/share/aclocal"
+# Do NOT pick up external boehmgc (prefixing CPPFLAGS or CFLAGS does not suffice -- ugly++)
+configure.cc-append	"-I${worksrcpath}/libgc/include"
 
 configure.args   --with-gc=included \
                  --with-preview=yes \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090209/1b08a477/attachment.html>


More information about the macports-changes mailing list