[44094] trunk/dports/devel/automoc/Portfile
illogic-al at macports.org
illogic-al at macports.org
Sun Dec 21 02:01:56 PST 2008
Revision: 44094
http://trac.macports.org/changeset/44094
Author: illogic-al at macports.org
Date: 2008-12-21 02:01:55 -0800 (Sun, 21 Dec 2008)
Log Message:
-----------
Break automoc for anyone not using 1.7.0 with ${sysroot} -> ${universal_sysroot} change?
Update or die! Move to using macports settings for universal archs.
And so it begins...
Modified Paths:
--------------
trunk/dports/devel/automoc/Portfile
Modified: trunk/dports/devel/automoc/Portfile
===================================================================
--- trunk/dports/devel/automoc/Portfile 2008-12-21 09:51:41 UTC (rev 44093)
+++ trunk/dports/devel/automoc/Portfile 2008-12-21 10:01:55 UTC (rev 44094)
@@ -25,16 +25,17 @@
configure.cmd cmake
configure.ccache no
+configure.compiler gcc-4.2
configure.args ../${distname} -DBUILD_SHARED_LIBS=ON \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SYSTEM_PREFIX_PATH=\"${prefix}\;/usr\" \
-DCMAKE_INSTALL_PREFIX=${prefix} \
- -DCMAKE_OSX_SYSROOT=${sysroot} \
+ -DCMAKE_OSX_SYSROOT=${universal_sysroot} \
-Wno-dev
variant universal {
configure.universal_args-delete --disable-dependency-tracking
- configure.args-append -DCMAKE_OSX_ARCHITECTURES=\"ppc\;i386\"
+ configure.args-append -DCMAKE_OSX_ARCHITECTURES=\"[strsed ${configure.universal_archs} "g| |;|"]\"
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081221/c853f723/attachment.html>
More information about the macports-changes
mailing list