[115211] trunk/dports/graphics/hugin-app/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Dec 28 03:08:15 PST 2013


Revision: 115211
          https://trac.macports.org/changeset/115211
Author:   ryandesign at macports.org
Date:     2013-12-28 03:08:15 -0800 (Sat, 28 Dec 2013)
Log Message:
-----------
hugin-app: fix build failure by using -isystem instead of -I (#41688)

Modified Paths:
--------------
    trunk/dports/graphics/hugin-app/Portfile

Modified: trunk/dports/graphics/hugin-app/Portfile
===================================================================
--- trunk/dports/graphics/hugin-app/Portfile	2013-12-28 08:55:00 UTC (rev 115210)
+++ trunk/dports/graphics/hugin-app/Portfile	2013-12-28 11:08:15 UTC (rev 115211)
@@ -78,6 +78,8 @@
 # Per the README: "Hugin can be compiled with gcc-4.4.4, gcc-4.5.1, and gcc-4.6"
 compiler.blacklist      gcc-* apple-gcc-* macports-gcc-4.2 macports-gcc-4.3
 
+configure.cppflags-replace -I${prefix}/include -isystem${prefix}/include
+
 # TODO: fix this
 configure.args-append   -DINSTALL_OSX_BUNDLE_DIR=${applications_dir} \
                         -DPYTHON_EXECUTABLE=${frameworks_dir}/Python.framework/Versions/2.7/bin/python \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20131228/43e46c07/attachment.html>


More information about the macports-changes mailing list