diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:26:38 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-05-31 20:26:38 +0000 |
commit | ea2647680f7d60e2f8e8d9f9fb201194fc937d63 (patch) | |
tree | e0d86b85f8cc18c89032524868c5d08a51d42e8f /www/apache13/Makefile | |
parent | Upgrade to 1.2b11 (diff) |
Fix OPTIM= patching
Notes
Notes:
svn path=/head/; revision=6657
Diffstat (limited to 'www/apache13/Makefile')
-rw-r--r-- | www/apache13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 98bb0f48b00d..7194aa522ef4 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -32,7 +32,7 @@ VERS_ID= dir/ache post-patch: @cd ${WRKSRC}/src && \ mv Configuration Configuration.old && \ - sed 's;^OPTIM=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \ + sed 's;^#*OPTIM=.*;& -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \ < Configuration.old > Configuration .endif |