diff options
author | roberto <roberto@FreeBSD.org> | 2002-04-29 17:27:43 +0800 |
---|---|---|
committer | roberto <roberto@FreeBSD.org> | 2002-04-29 17:27:43 +0800 |
commit | 18a288167dc8da6e38117dcb04e75a6dc0266b91 (patch) | |
tree | 2e2db76a249a6202dd3aa495d91596c3eea4ec39 /www/neon28/files | |
parent | c6f62ac3f99b90f5eca556f0e08ede6adc2e15a3 (diff) | |
download | freebsd-ports-gnome-18a288167dc8da6e38117dcb04e75a6dc0266b91.tar.gz freebsd-ports-gnome-18a288167dc8da6e38117dcb04e75a6dc0266b91.tar.zst freebsd-ports-gnome-18a288167dc8da6e38117dcb04e75a6dc0266b91.zip |
Update to 0.19.4. Now depends on expat instead of libxml.
PR: ports/37494
Submitted by: garrett rooney <rooneg@electricjellyfish.net> (MAINTAINER)
Diffstat (limited to 'www/neon28/files')
-rw-r--r-- | www/neon28/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/neon28/files/patch-configure b/www/neon28/files/patch-configure new file mode 100644 index 000000000000..9dd4c2140d50 --- /dev/null +++ b/www/neon28/files/patch-configure @@ -0,0 +1,23 @@ +--- 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" |