[115651] trunk/dports/tex/texlive-bin/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue Jan 7 15:21:33 PST 2014


Revision: 115651
          https://trac.macports.org/changeset/115651
Author:   ryandesign at macports.org
Date:     2014-01-07 15:21:33 -0800 (Tue, 07 Jan 2014)
Log Message:
-----------
texlive-bin: Fix build failure on Tiger by blacklisting older GCC (#41528)

Modified Paths:
--------------
    trunk/dports/tex/texlive-bin/Portfile

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2014-01-07 22:05:52 UTC (rev 115650)
+++ trunk/dports/tex/texlive-bin/Portfile	2014-01-07 23:21:33 UTC (rev 115651)
@@ -120,6 +120,8 @@
 # llvm-gcc apparently fails on Xcode 4.0.x (#30758)
 compiler.blacklist {llvm-gcc-4.2 < 2335.15}
 
+# Fix build failure on Tiger due to use of -isystem
+compiler.blacklist-append gcc-4.0 gcc-3.3
 
 # We use MacPorts-provided libraries instead of the ones included in
 # texlive whenever possible, to avoid redundancy and to better keep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140107/4e0e4474/attachment.html>


More information about the macports-changes mailing list