diff options
author | ache <ache@FreeBSD.org> | 2007-05-31 19:08:46 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2007-05-31 19:08:46 +0800 |
commit | 95d1eb356468344042672dc5ee62eede93fc3081 (patch) | |
tree | 3ae27617128245efc036f7a9331e4434e6e3865c /www/apache13 | |
parent | 69c75661a5aef66384df347dce1c123359c1443e (diff) | |
download | freebsd-ports-graphics-95d1eb356468344042672dc5ee62eede93fc3081.tar.gz freebsd-ports-graphics-95d1eb356468344042672dc5ee62eede93fc3081.tar.zst freebsd-ports-graphics-95d1eb356468344042672dc5ee62eede93fc3081.zip |
Fix build when custom LC_ALL is set
PR: 96703
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/files/patch-ae | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/apache13/files/patch-ae b/www/apache13/files/patch-ae index 3aecfbb7a54..ad11a7d2b3a 100644 --- a/www/apache13/files/patch-ae +++ b/www/apache13/files/patch-ae @@ -1,5 +1,14 @@ --- src/Configure.orig Wed Jul 12 12:16:05 2006 -+++ src/Configure Wed Apr 4 19:03:41 2007 ++++ src/Configure Thu May 31 15:03:01 2007 +@@ -26,7 +26,7 @@ + # fp2rp: + # slo.sh: + +-LANG=C; export LANG ++LC_ALL=C; export LC_ALL + exitcode=0 + trap 'rm -f $tmpfile $tmpfile2 $tmpfile3 $tmpconfig $awkfile; exit $exitcode' 0 1 2 3 15 + @@ -457,7 +457,7 @@ PLATOSVERS=`echo $PLAT | sed 's/^.*freebsd//'` OS="FreeBSD $PLATOSVERS" |