[81587] trunk/dports/devel/openssl97/Portfile

jmr at macports.org jmr at macports.org
Tue Aug 2 04:03:11 PDT 2011


Revision: 81587
          http://trac.macports.org/changeset/81587
Author:   jmr at 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:
--------------
    trunk/dports/devel/openssl97/Portfile

Modified: trunk/dports/devel/openssl97/Portfile
===================================================================
--- 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
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110802/652e6140/attachment.html>


More information about the macports-changes mailing list