openbsd-ports/lang/php/5.2/patches/patch-sapi_cgi_Makefile_frag
sthen 748511976d Use PATCHORIG, regen patches and rename the files which didn't match the
normal update-patches filenames. This avoids update-patches picking up the
.orig files in PHP distfiles and make it easier to keep in-sync. ok robert@
2011-06-18 19:49:22 +00:00

8 lines
331 B
Plaintext

$OpenBSD: patch-sapi_cgi_Makefile_frag,v 1.3 2011/06/18 19:49:50 sthen Exp $
--- sapi/cgi/Makefile.frag.orig.port Wed Jul 2 02:08:26 2003
+++ sapi/cgi/Makefile.frag Sat Jun 18 12:44:58 2011
@@ -1,2 +1,2 @@
-$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
+$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_CGI_OBJS)
$(BUILD_CGI)