diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:25:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-26 21:25:04 +0800 |
commit | 654976df0c3cdea5f4b094bcbcf12462c2fff140 (patch) | |
tree | 6ff56e19c0ed85f00a246abbff731d4ab3f7c3ad /www/apache20/files | |
parent | e58e47607bc2621a4335411c45cb3043ee196041 (diff) | |
download | freebsd-ports-gnome-654976df0c3cdea5f4b094bcbcf12462c2fff140.tar.gz freebsd-ports-gnome-654976df0c3cdea5f4b094bcbcf12462c2fff140.tar.zst freebsd-ports-gnome-654976df0c3cdea5f4b094bcbcf12462c2fff140.zip |
- Better WITH_SUEXEC support
- Build with textproc/expat2 unless defined(WITH_BUNDLED_EXPAT)
PR: 38552
Submitted by: maintainer
Diffstat (limited to 'www/apache20/files')
-rw-r--r-- | www/apache20/files/patch-srclib:apr-util:configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/apache20/files/patch-srclib:apr-util:configure b/www/apache20/files/patch-srclib:apr-util:configure deleted file mode 100644 index 755790d2b41c..000000000000 --- a/www/apache20/files/patch-srclib:apr-util:configure +++ /dev/null @@ -1,11 +0,0 @@ ---- srclib/apr-util/configure.orig Wed May 1 13:52:45 2002 -+++ srclib/apr-util/configure Tue May 7 19:34:07 2002 -@@ -11419,7 +11419,7 @@ - fi; - - if test -z "$expat_include_dir"; then -- for d in /usr /usr/local xml/expat-cvs xml/expat $srcdir/xml/expat ; do -+ for d in xml/expat-cvs xml/expat $srcdir/xml/expat ; do - - echo "$as_me:$LINENO: checking for Expat in $d" >&5 - echo $ECHO_N "checking for Expat in $d... $ECHO_C" >&6 |