diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-03-01 06:25:15 +0000 |
commit | e6503fb81a27bb578af6a8d0591748b0d84cbf3d (patch) | |
tree | 80c45281ac7798887074895f840282856e9b3bab /www/apache13-fp/files/patch-ff | |
parent | Upgrade to version 2.3. (diff) |
Upgrade to the latest and greatest apache/frontpage combo.
PR: ports/16974
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=26464
Diffstat (limited to '')
-rw-r--r-- | www/apache13-fp/files/patch-ff | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache13-fp/files/patch-ff b/www/apache13-fp/files/patch-ff index 54cbebd71409..dbb076f676a5 100644 --- a/www/apache13-fp/files/patch-ff +++ b/www/apache13-fp/files/patch-ff @@ -1,11 +1,11 @@ ---- src/support/Makefile.tmpl.orig Tue Aug 10 09:37:18 1999 -+++ src/support/Makefile.tmpl Sat Oct 16 18:41:00 1999 +--- src/support/Makefile.tmpl.orig Thu Dec 9 11:19:48 1999 ++++ src/support/Makefile.tmpl Sun Feb 20 17:43:34 2000 @@ -39,7 +39,7 @@ -e 's%@LIBS_SHLIB@%$(LIBS_SHLIB)%g' && chmod a+x apxs suexec: suexec.o -- $(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) -+ $(CC) $(CFLAGS) suexec.o -o suexec $(LDFLAGS) $(LIBS) -lutil +- $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS) ++ $(CC) $(CFLAGS) -o suexec $(LDFLAGS) suexec.o $(LIBS) -lutil clean: rm -f $(TARGETS) *.o |