mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
19 lines
652 B
Diff
19 lines
652 B
Diff
From: Sandro Tosi <morph@debian.org>
|
|
Subject: Add support for libneon 0.29.0 and 0.30.0
|
|
|
|
Updated by hand from sitecopy-0.16.6-20-bts549721-add-compatibility-for-neon-0.29.0.patch
|
|
|
|
diff -urNad sitecopy~/configure.in sitecopy/configure.in
|
|
--- sitecopy~/configure.in 2008-07-20 18:21:15.000000000 +0200
|
|
+++ sitecopy/configure.in 2009-10-05 23:44:00.764858219 +0200
|
|
@@ -112,8 +112,8 @@
|
|
AC_LIBOBJ(lib/fnmatch)
|
|
fi
|
|
|
|
-# Support neon 0.24 through 0.28
|
|
-NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
|
|
+# Support neon 0.24 through 0.34
|
|
+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29 30 31 32 33 34])
|
|
|
|
dnl But we don't use zlib or ACL support
|
|
NEON_WITHOUT_ZLIB
|