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

dports at macports.org dports at macports.org
Thu Jul 29 14:24:23 PDT 2010


Revision: 70095
          http://trac.macports.org/changeset/70095
Author:   dports at macports.org
Date:     2010-07-29 14:24:21 -0700 (Thu, 29 Jul 2010)
Log Message:
-----------
texlive-bin: do not build against icu port if installed (#25772):
 - -L should be removed from ldflags rather than cppflags
 - set CPLUS_INCLUDE_PATH in addition to C_INCLUDE_PATH

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

Modified: trunk/dports/tex/texlive-bin/Portfile
===================================================================
--- trunk/dports/tex/texlive-bin/Portfile	2010-07-29 21:03:40 UTC (rev 70094)
+++ trunk/dports/tex/texlive-bin/Portfile	2010-07-29 21:24:21 UTC (rev 70095)
@@ -7,7 +7,7 @@
 
 name            texlive-bin
 version         2009
-revision        4
+revision        5
 
 categories      tex
 maintainers     dports
@@ -114,8 +114,9 @@
                 --disable-xindy
 
 configure.cppflags-delete   -I${prefix}/include
-configure.cppflags-delete   -L${prefix}/lib
+configure.ldflags-delete    -L${prefix}/lib
 configure.env-append        C_INCLUDE_PATH=${prefix}/include
+configure.env-append        CPLUS_INCLUDE_PATH=${prefix}/include
 configure.env-append        LIBRARY_PATH=${prefix}/lib
 
 # work around bug in texlive makefiles where $OBJC is not recorded
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100729/e162aedc/attachment.html>


More information about the macports-changes mailing list