[115642] trunk/dports/textproc/openjade/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 7 11:12:38 PST 2014


Revision: 115642
          https://trac.macports.org/changeset/115642
Author:   ryandesign at macports.org
Date:     2014-01-07 11:12:38 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
openjade: fix build on Tiger by blacklisting old GCC

Modified Paths:
--------------
    trunk/dports/textproc/openjade/Portfile

Modified: trunk/dports/textproc/openjade/Portfile
===================================================================
--- trunk/dports/textproc/openjade/Portfile	2014-01-07 18:23:24 UTC (rev 115641)
+++ trunk/dports/textproc/openjade/Portfile	2014-01-07 19:12:38 UTC (rev 115642)
@@ -49,6 +49,9 @@
 configure.cxxflags-append   "-isystem ${prefix}/include -fno-rtti"
 configure.ldflags-delete    "-L${prefix}/lib"
 
+# Fix build failure on Tiger due to use of -isystem
+compiler.blacklist    gcc-4.0 gcc-3.3
+
 # TODO: Simplify once MacPorts 2.3 is released
 set cxx_stdlibflags {}
 if {[info exists configure.cxx_stdlib] && ${configure.cxx_stdlib} ne {} && [string match *clang* ${configure.cxx}]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/6f901ad3/attachment-0001.html>


More information about the macports-changes mailing list