aboutsummaryrefslogtreecommitdiff
path: root/www/apache13-modssl/files/patch-Configure
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2007-09-16 20:05:49 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2007-09-16 20:05:49 +0000
commite987917b44e8146179bef3e5d2287ced169e1afb (patch)
tree78a57e5081e353af84b2b5b45dc7a522e883cdf0 /www/apache13-modssl/files/patch-Configure
parent126240de1d16eea323ae4836f3730609ac4e0736 (diff)
downloadports-e987917b44e8146179bef3e5d2287ced169e1afb.tar.gz
ports-e987917b44e8146179bef3e5d2287ced169e1afb.zip
Notes
Diffstat (limited to 'www/apache13-modssl/files/patch-Configure')
-rw-r--r--www/apache13-modssl/files/patch-Configure22
1 files changed, 20 insertions, 2 deletions
diff --git a/www/apache13-modssl/files/patch-Configure b/www/apache13-modssl/files/patch-Configure
index 3ff19d74763e..3fb094b110ac 100644
--- a/www/apache13-modssl/files/patch-Configure
+++ b/www/apache13-modssl/files/patch-Configure
@@ -1,5 +1,14 @@
---- src/Configure.orig Thu May 31 12:16:27 2007
-+++ src/Configure Thu May 31 12:20:30 2007
+--- src/Configure.orig Sun Sep 16 21:36:49 2007
++++ src/Configure Sun Sep 16 21:36:51 2007
+@@ -457,7 +457,7 @@
+ PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'`
+ OS="FreeBSD $PLATOSVERS"
+ case "$PLATOSVERS" in
+- [23456]*)
++ [2-9]*)
+ DEF_WANTHSREGEX=no
+ CFLAGS="$CFLAGS -funsigned-char"
+ ;;
@@ -968,8 +968,8 @@
for uppercase in "tr [a-z] [A-Z]" "tr [:lower:] [:upper:]" "sed y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/"
@@ -11,3 +20,12 @@
esac
done
echo " + using \"$uppercase\" to uppercase"
+@@ -1080,7 +1080,7 @@
+ ;;
+ *-freebsd[3-9]*)
+ LD_SHLIB="gcc"
+- CFLAGS_SHLIB="-fpic"
++ CFLAGS_SHLIB="-fPIC"
+ LDFLAGS_SHLIB="-shared"
+ LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
+ OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`