Revision
81587
Author
jmr@macports.org
Date
2011-08-02 04:03:11 -0700 (Tue, 02 Aug 2011)

Log Message

openssl97: disable non-working universal variant (#26021), use configure.cc

Modified Paths

Diff

Modified: trunk/dports/devel/openssl97/Portfile (81586 => 81587)


--- trunk/dports/devel/openssl97/Portfile	2011-08-02 10:46:55 UTC (rev 81586)
+++ trunk/dports/devel/openssl97/Portfile	2011-08-02 11:03:11 UTC (rev 81587)
@@ -30,16 +30,16 @@
 configure.pre_args	--prefix=${prefix}/lib/${name}
 configure.args		-L${prefix}/lib --openssldir=${prefix}/etc/${name} zlib no-asm no-krb5 shared
 
+build.args		CC=${configure.cc}
+
 destroot.destdir	INSTALL_PREFIX=${destroot}
 # do not install docs, just sw
 destroot.target		install_sw
 
 test.run		yes
 
+universal_variant	no
+
 livecheck.type	regex
 livecheck.url	${master_sites}
 livecheck.regex	openssl-(0.9.7\[a-z\])
-
-platform darwin 8 {
-	build.args	CC=/usr/bin/gcc-4.0
-}