[71933] trunk/dports/textproc/xalanc/Portfile
jmr at macports.org
jmr at macports.org
Mon Sep 27 12:38:27 PDT 2010
Revision: 71933
http://trac.macports.org/changeset/71933
Author: jmr at macports.org
Date: 2010-09-27 12:38:25 -0700 (Mon, 27 Sep 2010)
Log Message:
-----------
xalanc: disable parallel build (#24574), specify correct compiler on all platforms, remove now-unnecessary manual appending of ld archflags
Modified Paths:
--------------
trunk/dports/textproc/xalanc/Portfile
Modified: trunk/dports/textproc/xalanc/Portfile
===================================================================
--- trunk/dports/textproc/xalanc/Portfile 2010-09-27 19:22:58 UTC (rev 71932)
+++ trunk/dports/textproc/xalanc/Portfile 2010-09-27 19:38:25 UTC (rev 71933)
@@ -28,24 +28,18 @@
configure.env XALANCROOT='${workpath}/xml-xalan/c' \
XERCESCROOT='${prefix}'
-if {![info exists configure.ld_archflags] && ![variant_isset universal]} {
- eval configure.ldflags-append ${configure.cc_archflags}
-}
configure.cmd ./runConfigure
-configure.pre_args -C --prefix=${prefix}
+configure.pre_args -C --prefix=${prefix} \
+ -c ${configure.cc} -x ${configure.cxx}
platform darwin {
configure.pre_args-append -p macosx
}
-platform darwin 8 {
- configure.pre_args-append -c /usr/bin/gcc-4.0 -x /usr/bin/g++-4.0
-}
-
build.env ${configure.env}
build.type gnu
+use_parallel_build no
destroot.env ${configure.env}
livecheck.type moddate
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100927/52899df1/attachment.html>
More information about the macports-changes
mailing list