[50543] trunk/dports/tex/texlive_base/Portfile

mcalhoun at macports.org mcalhoun at macports.org
Sat May 2 15:07:18 PDT 2009


Revision: 50543
          http://trac.macports.org/changeset/50543
Author:   mcalhoun at macports.org
Date:     2009-05-02 15:07:18 -0700 (Sat, 02 May 2009)
Log Message:
-----------
texlive_base: When building program ftdump, X11 libraries are not found.

Modified Paths:
--------------
    trunk/dports/tex/texlive_base/Portfile

Modified: trunk/dports/tex/texlive_base/Portfile
===================================================================
--- trunk/dports/tex/texlive_base/Portfile	2009-05-02 20:52:47 UTC (rev 50542)
+++ trunk/dports/tex/texlive_base/Portfile	2009-05-02 22:07:18 UTC (rev 50543)
@@ -49,6 +49,12 @@
                 --without-xdvipdfmx --without-texi2html \
                 --without-psutils --without-system-icu
 
+if { ! [variant_isset no_x11] } {
+    configure.args-append \
+       --x-includes=${prefix}/include \
+       --x-libraries=${prefix}/lib
+}
+
 configure.cppflags-delete   -I${prefix}/include
 configure.cppflags-append   -isystem${prefix}/include
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090502/b2395460/attachment-0001.html>


More information about the macports-changes mailing list