[89950] trunk/dports/print/transfig/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Thu Feb 16 11:22:21 PST 2012
Revision: 89950
http://trac.macports.org/changeset/89950
Author: jeremyhu at macports.org
Date: 2012-02-16 11:22:19 -0800 (Thu, 16 Feb 2012)
Log Message:
-----------
transfig: Prefer llvm-gcc due to xorg-cf-files issues
Modified Paths:
--------------
trunk/dports/print/transfig/Portfile
Modified: trunk/dports/print/transfig/Portfile
===================================================================
--- trunk/dports/print/transfig/Portfile 2012-02-16 17:38:08 UTC (rev 89949)
+++ trunk/dports/print/transfig/Portfile 2012-02-16 19:22:19 UTC (rev 89950)
@@ -30,6 +30,12 @@
patchfiles patch-fig2dev-dev-Imakefile \
patch-fig2dev-Imakefile \
patch-transfig-Imakefile
+
+# https://trac.macports.org/ticket/31504
+if {${configure.compiler} == "clang"} {
+ configure.compiler llvm-gcc-4.2
+}
+
post-patch {
reinplace "s|__PREFIX|${prefix}|g" ${worksrcpath}/fig2dev/Imakefile
reinplace "s|__DESTROOT|${destroot}|g" ${worksrcpath}/fig2dev/Imakefile
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120216/77732949/attachment-0001.html>
More information about the macports-changes
mailing list