* Comment out; not clear if we'll actually need this with a properly

built GCC.

svn path=/nixpkgs/trunk/; revision=16102
This commit is contained in:
Eelco Dolstra 2009-06-30 15:19:32 +00:00
parent d1e39e78f9
commit d4fb6f3a53

View File

@ -13,7 +13,8 @@ stdenv.mkDerivation rec {
configureScript = "./config";
configureFlags = "shared";
patches =if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [] ;
#patches = if stdenv.system == "i686-darwin" then [ ./darwin-arch.patch ] else [];
meta = {
homepage = http://www.openssl.org/;