[104809] trunk/dports/tex/texlive-bin/Portfile
Revision: 104809 https://trac.macports.org/changeset/104809 Author: dports@macports.org Date: 2013-04-02 18:35:40 -0700 (Tue, 02 Apr 2013) Log Message: ----------- texlive-bin: skip building makejvf for now, since it causes problems with some versions of clang (#38643) Modified Paths: -------------- trunk/dports/tex/texlive-bin/Portfile Modified: trunk/dports/tex/texlive-bin/Portfile =================================================================== --- trunk/dports/tex/texlive-bin/Portfile 2013-04-03 00:16:55 UTC (rev 104808) +++ trunk/dports/tex/texlive-bin/Portfile 2013-04-03 01:35:40 UTC (rev 104809) @@ -6,7 +6,7 @@ name texlive-bin version 2012 -revision 6 +revision 7 categories tex maintainers dports @@ -176,6 +176,9 @@ --without-pdfopen \ --enable-build-in-source-tree +# makejvf has problems with at least some versions of clang (#38643); +# disable it for now until we know what's going on and when. +configure.args-append --disable-makejvf configure.cppflags-delete -I${prefix}/include configure.ldflags-delete -L${prefix}/lib
participants (1)
-
dports@macports.org