diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-12 04:30:42 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2009-01-12 04:30:42 +0000 |
commit | 83cd45161f34be81ddf760d66d07cf9fd98c0331 (patch) | |
tree | 1ed2f19f5f36a9f295007da94eacee1cc8de2001 /net-p2p/microdc2 | |
parent | 034c1b69c7bde8d6ca0a27c0b141eb34a8bcb439 (diff) | |
download | ports-83cd45161f34be81ddf760d66d07cf9fd98c0331.tar.gz ports-83cd45161f34be81ddf760d66d07cf9fd98c0331.zip |
Notes
Diffstat (limited to 'net-p2p/microdc2')
-rw-r--r-- | net-p2p/microdc2/files/patch-ab | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/microdc2/files/patch-ab b/net-p2p/microdc2/files/patch-ab new file mode 100644 index 000000000000..1173f7689e13 --- /dev/null +++ b/net-p2p/microdc2/files/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1 2008/10/02 16:34:18 joerg Exp $ + +--- configure.orig 2006-12-24 18:45:07.000000000 +0000 ++++ configure +@@ -21508,7 +21508,10 @@ cat >>confdefs.h <<\_ACEOF + _ACEOF + + fi +- if test $LIBXML2_VERSION -ge 2616; then ++ good_libxml2=no ++ case "$LIBXML2_VERSION" in 27*) good_libxml2=yes;; esac ++ test $LIBXML2_VERSION -ge 2616 && good_libxml2=yes ++ if test $good_libxml2 = yes; then + cat >>confdefs.h <<\_ACEOF + #define HAVE_LIBXML2 1 + _ACEOF |