aboutsummaryrefslogtreecommitdiff
path: root/www/neon29/files/patch-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:27 +0000
commit306a0595289a1660e82e229cd0db19e1ff4ef59d (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /www/neon29/files/patch-configure
parent280725774faa4e3d91ff599cca3a1466c77d300e (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_1'.release/4.6.1
Diffstat (limited to 'www/neon29/files/patch-configure')
-rw-r--r--www/neon29/files/patch-configure23
1 files changed, 0 insertions, 23 deletions
diff --git a/www/neon29/files/patch-configure b/www/neon29/files/patch-configure
deleted file mode 100644
index 9dd4c2140d50..000000000000
--- a/www/neon29/files/patch-configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- configure.orig Fri Apr 26 17:15:20 2002
-+++ configure Fri Apr 26 17:15:51 2002
-@@ -10792,7 +10792,7 @@
- _ACEOF
-
- fi
--if test -r "$neon_expat_dir/expat.h"; then
-+if test -r "$neon_expat_dir/include/expat.h"; then
- ne_found_hdr=yes
-
- cat >>confdefs.h <<\_ACEOF
-@@ -10806,9 +10806,9 @@
- #define HAVE_EXPAT 1
- _ACEOF
-
-- CFLAGS="$CFLAGS -I$neon_expat_dir"
-+ CFLAGS="$CFLAGS -I$neon_expat_dir/include"
- if test -z "$neon_using_libtool_expat"; then
-- NEON_LIBS="$NEON_LIBS -L$neon_expat_dir -lexpat"
-+ NEON_LIBS="$NEON_LIBS -L$neon_expat_dir/lib -lexpat"
- fi
- neon_xml_parser_message="expat in $neon_expat_dir"
- neon_found_parser="yes"