openbsd-ports/lang/php/5.3/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.2 2011/06/18 19:49:50 sthen Exp $
--- sapi/cgi/Makefile.frag.orig.port Wed Sep 26 16:44:16 2007
+++ sapi/cgi/Makefile.frag Sat Jun 18 12:14:53 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)