aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php4
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-06-01 04:34:09 +0800
committerache <ache@FreeBSD.org>1997-06-01 04:34:09 +0800
commite0292d663a19d7ff705e95e21c1df13d7f8e198f (patch)
tree7a5acafaa5d58cf780cacc94548c6dcc55e4dcba /www/mod_php4
parentda6af23d716d4f19cbd69e39cfa184f03098f946 (diff)
downloadfreebsd-ports-gnome-e0292d663a19d7ff705e95e21c1df13d7f8e198f.tar.gz
freebsd-ports-gnome-e0292d663a19d7ff705e95e21c1df13d7f8e198f.tar.zst
freebsd-ports-gnome-e0292d663a19d7ff705e95e21c1df13d7f8e198f.zip
More fixing of OPTIM replacement
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 7194aa522ef4..bda75b867c2f 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/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=.*;OPTIM= -DSERVER_SUBVERSION=\\"${VERS_ID}\\";' \
< Configuration.old > Configuration
.endif