From da6af23d716d4f19cbd69e39cfa184f03098f946 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 31 May 1997 20:26:38 +0000 Subject: Fix OPTIM= patching --- www/mod_php5/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php5') diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 98bb0f48b00d..7194aa522ef4 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/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 -- cgit