diff options
Diffstat (limited to 'www/php3/patches/patch-ad')
-rw-r--r-- | www/php3/patches/patch-ad | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/www/php3/patches/patch-ad b/www/php3/patches/patch-ad index 71868439bf1..415c8c7a4a0 100644 --- a/www/php3/patches/patch-ad +++ b/www/php3/patches/patch-ad @@ -1,20 +1,13 @@ -$NetBSD: patch-ad,v 1.1 1999/05/03 19:45:44 tv Exp $ +$NetBSD: patch-ad,v 1.2 2000/04/12 17:51:58 jdolecek Exp $ ---- Makefile.in.orig Sun May 2 16:20:41 1999 -+++ Makefile.in Sun May 2 16:21:02 1999 -@@ -58,13 +58,13 @@ +--- Makefile.in.orig Thu Mar 30 06:14:21 2000 ++++ Makefile.in Wed Apr 12 19:23:52 2000 +@@ -63,7 +63,7 @@ snprintf.c php3_sprintf.c alloc.c list.c highlight.c debugger.c \ configuration-parser.tab.c configuration-scanner.c \ request_info.c safe_mode.c fopen-wrappers.c constants.c \ - php3_realpath.c alloca.c php_compat.c + php3_realpath.c alloca.c php_compat.c abstractions.c - OBJS = language-parser.tab.o language-scanner.o main.o php3_hash.o operators.o \ - variables.o token_cache.o stack.o internal_functions.o \ - snprintf.o php3_sprintf.o alloc.o list.o highlight.o debugger.o \ - configuration-parser.tab.o configuration-scanner.o \ - request_info.o safe_mode.o fopen-wrappers.o constants.o \ -- php3_realpath.o alloca.o php_compat.o @LIBOBJS@ -+ php3_realpath.o alloca.o php_compat.o abstractions.o @LIBOBJS@ - FUNCTIONS_SOURCE = functions/adabasd.c functions/aspell.c functions/apache.c functions/fhttpd.c \ - functions/basic_functions.c \ + OBJS = $(SOURCE:.c=.o) @LIBOBJS@ + |