gentoo-ebuilds/net-misc/sitecopy/files/sitecopy-0.16.6-20-neon-compatibility-up-to-0.34.patch
Petr Vaněk 7df9f485e8
net-misc/sitecopy: enable support for neon 33 and 34
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
2025-03-04 14:04:02 +01:00

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