diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 19:30:58 +0000 |
commit | 2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch) | |
tree | 3d7591c78a947273efae6c582aacdca524e69528 /www/apache13/files/patch-apxs | |
parent | - Move all the fetching into fetch phase (diff) |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@
Diffstat (limited to 'www/apache13/files/patch-apxs')
-rw-r--r-- | www/apache13/files/patch-apxs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/www/apache13/files/patch-apxs b/www/apache13/files/patch-apxs deleted file mode 100644 index 9d8f1116f4ec..000000000000 --- a/www/apache13/files/patch-apxs +++ /dev/null @@ -1,10 +0,0 @@ ---- src/support/apxs.pl -+++ src/support/apxs.pl -@@ -47,6 +47,7 @@ - $CFG_CFLAGS =~ s|^\s+||; - $CFG_CFLAGS =~ s|\s+$||; - $CFG_CFLAGS =~ s|\s+`.+apaci`||; -+$CFG_CFLAGS =~ s|\s+-std=[^\s]+||; - - ## - ## parse argument line |