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

milosh at macports.org milosh at macports.org
Fri Sep 5 01:42:54 PDT 2008


Revision: 39803
          http://trac.macports.org/changeset/39803
Author:   milosh at macports.org
Date:     2008-09-05 01:42:54 -0700 (Fri, 05 Sep 2008)
Log Message:
-----------
patch for #16462 (texlive_base breaks when icu is installed) provided by mcalhoun

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

Modified: trunk/dports/tex/texlive_base/Portfile
===================================================================
--- trunk/dports/tex/texlive_base/Portfile	2008-09-05 08:36:55 UTC (rev 39802)
+++ trunk/dports/tex/texlive_base/Portfile	2008-09-05 08:42:54 UTC (rev 39803)
@@ -4,7 +4,7 @@
 
 name            texlive_base
 version         2007
-revision        3
+revision        4
 categories      tex
 maintainers     milosh openmaintainer
 description     TeX Live Binaries.
@@ -41,8 +41,11 @@
                 --with-system-gd --with-fontconfig=${prefix} \
                 --disable-multiplatform --without-texinfo \
                 --without-xdvipdfmx --without-texi2html \
-                --without-psutils
+                --without-psutils --without-system-icu
 
+configure.cppflags-delete   -I${prefix}/include
+configure.cppflags-append   -isystem${prefix}/include
+
 post-destroot   {
     copy ${destroot}${prefix}/share/texmf/web2c/texmf.cnf \
         ${destroot}${prefix}/share/texmf/web2c/texmf.cnf-dist
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080905/529a2c57/attachment.html 


More information about the macports-changes mailing list