diff options
Diffstat (limited to 'www/apache13/files/patch-ae')
-rw-r--r-- | www/apache13/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/apache13/files/patch-ae b/www/apache13/files/patch-ae new file mode 100644 index 000000000000..5a34a8b90afc --- /dev/null +++ b/www/apache13/files/patch-ae @@ -0,0 +1,11 @@ +--- src/Configure.bak Thu Sep 16 03:45:17 2004 ++++ src/Configure Mon Oct 25 17:59:48 2004 +@@ -456,7 +456,7 @@ + PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'` + OS="FreeBSD $PLATOSVERS" + case "$PLATOSVERS" in +- [2345]*) ++ [2-9]*) + DEF_WANTHSREGEX=no + CFLAGS="$CFLAGS -funsigned-char" + ;; |