diff options
author | Xin LI <delphij@FreeBSD.org> | 2015-03-20 06:15:36 +0800 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2015-03-20 06:15:36 +0800 |
commit | f3770930f2a780ecac5fbb4084dab6bd3bc4d3ae (patch) | |
tree | a99254d2cb7c7bece28c7493d30d7d69f219aac8 /security | |
parent | 560c9cffadd83ffc5954eae20947278976e57be8 (diff) | |
download | freebsd-ports-gnome-f3770930f2a780ecac5fbb4084dab6bd3bc4d3ae.tar.gz freebsd-ports-gnome-f3770930f2a780ecac5fbb4084dab6bd3bc4d3ae.tar.zst freebsd-ports-gnome-f3770930f2a780ecac5fbb4084dab6bd3bc4d3ae.zip |
Fix botched patch, this fixes build for i386.
Reported by: ohauer
Pointy hat to: delphij
Diffstat (limited to 'security')
-rw-r--r-- | security/openssl/files/patch-Configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssl/files/patch-Configure b/security/openssl/files/patch-Configure index 736b3c680598..75ed25d24cc8 100644 --- a/security/openssl/files/patch-Configure +++ b/security/openssl/files/patch-Configure @@ -20,7 +20,7 @@ -"BSD-sparcv8", "gcc:-DB_ENDIAN -O3 -mv8 -Wall::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${sparcv8_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", +"BSD-generic32","$ENV{'FREEBSDCC'}:-O3 -fomit-frame-pointer -Wall $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${no_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIBVER)", +"BSD-x86", "$ENV{'FREEBSDCC'}:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_asm}:a.out:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIBVER)", -+"BSD-x86-elf", "$ENV{'FREEBSDCC'}:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIB_MAJOR).\$(SHLIBVER)", ++"BSD-x86-elf", "$ENV{'FREEBSDCC'}:-DL_ENDIAN -O3 -fomit-frame-pointer -Wall $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIBVER)", +"debug-BSD-x86-elf", "$ENV{'FREEBSDCC'}:-DL_ENDIAN -O3 -Wall -g $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:dlfcn:bsd-shared:-fPIC::.so.\$(SHLIBVER)", +"BSD-sparcv8", "$ENV{'FREEBSDCC'}:-DB_ENDIAN -O3 -mv8 -Wall $ENV{'CFLAGS'}::${BSDthreads}:::BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL:${sparcv8_asm}:dlfcn:bsd-gcc-shared:-fPIC::.so.\$(SHLIBVER)", |