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

ryandesign at macports.org ryandesign at macports.org
Sun Jul 13 01:45:56 PDT 2014


Revision: 122023
          https://trac.macports.org/changeset/122023
Author:   ryandesign at macports.org
Date:     2014-07-13 01:45:56 -0700 (Sun, 13 Jul 2014)
Log Message:
-----------
texlive-bin: fix build with old clang that doesn't understand CPATH and LIBRARY_PATH by specifying path to libpaper (#44259)

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

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2014-07-13 08:42:46 UTC (rev 122022)
+++ trunk/dports/tex/texlive-bin/Portfile	2014-07-13 08:45:56 UTC (rev 122023)
@@ -145,7 +145,8 @@
                 --with-system-graphite2 \
                 --with-system-harfbuzz \
                 --with-system-icu \
-                --with-system-libpaper \
+                --with-libpaper-includes=${prefix}/include \
+                --with-libpaper-libdir=${prefix}/lib \
                 --with-system-libpng \
                 --with-libpng-includes=${prefix}/include \
                 --with-libpng-libdir=${prefix}/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140713/7f3e3e33/attachment.html>


More information about the macports-changes mailing list