summaryrefslogtreecommitdiff
path: root/net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch')
-rw-r--r--net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch b/net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch
new file mode 100644
index 000000000000..b002b49be6d3
--- /dev/null
+++ b/net-fs/davfs2/files/davfs2-1.6.1-neon-version-support.patch
@@ -0,0 +1,14 @@
+# Gentoo bug https://bugs.gentoo.org/925705
+
+diff -Naur davfs2-1.7.0-orig/configure.ac davfs2-1.7.0/configure.ac
+--- davfs2-1.7.0-orig/configure.ac 2022-09-08 13:17:15.000000000 -0700
++++ davfs2-1.7.0/configure.ac 2024-04-05 03:39:20.044039872 -0700
+@@ -36,7 +36,7 @@
+ # Checks for libraries.
+ AM_GNU_GETTEXT_VERSION(0.19.8)
+ AM_GNU_GETTEXT([external])
+-NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32])
++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33])
+ DAV_CHECK_NEON
+
+ # Checks for header files.