[100993] trunk/dports/devel/csu/Portfile
mfeiri at macports.org
mfeiri at macports.org
Wed Jan 2 17:57:20 PST 2013
Revision: 100993
https://trac.macports.org/changeset/100993
Author: mfeiri at macports.org
Date: 2013-01-02 17:57:20 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
csu: more specific architecture support, including 64-bit on darwin 9
Modified Paths:
--------------
trunk/dports/devel/csu/Portfile
Modified: trunk/dports/devel/csu/Portfile
===================================================================
--- trunk/dports/devel/csu/Portfile 2013-01-03 01:46:13 UTC (rev 100992)
+++ trunk/dports/devel/csu/Portfile 2013-01-03 01:57:20 UTC (rev 100993)
@@ -21,8 +21,13 @@
default_variants +universal
build.env-append CC='${configure.cc} -Wl,-new_linker'
+
variant universal {
- build.env-append RC_ARCHS='${universal_archs}'
+ if {${os.major} == 9} {
+ build.env-append RC_ARCHS='ppc ppc64 i386 x86_64'
+ } else {
+ build.env-append RC_ARCHS='i386 x86_64'
+ }
}
post-extract {
@@ -39,6 +44,7 @@
platform darwin 9 {
version 75
+ revision 2
distname Csu-${version}
checksums rmd160 5ccb1772c638f495f8ab28250ed8203d82b00c13 \
sha256 a038b1f51884bbca68ed9b6d6bfa4ff349658a658bacfb411545eb88dba104bc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/1f1de31d/attachment.html>
More information about the macports-changes
mailing list