aboutsummaryrefslogtreecommitdiffstats
path: root/community/davfs2/fix-neon-version.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/davfs2/fix-neon-version.patch')
-rw-r--r--community/davfs2/fix-neon-version.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/community/davfs2/fix-neon-version.patch b/community/davfs2/fix-neon-version.patch
new file mode 100644
index 0000000000..a5b5d96521
--- /dev/null
+++ b/community/davfs2/fix-neon-version.patch
@@ -0,0 +1,16 @@
+Upstream: No
+Reason: Allow building with neon 0.31
+diff --git a/configure.ac b/configure.ac
+index 594ab6f..c8294ef 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -36,7 +36,7 @@ AC_PROG_LN_S
+ # Checks for libraries.
+ AM_GNU_GETTEXT_VERSION(0.18.1)
+ AM_GNU_GETTEXT([external])
+-NE_REQUIRE_VERSIONS([0], [27 28 29 30])
++NE_REQUIRE_VERSIONS([0], [27 28 29 30 31])
+ DAV_CHECK_NEON
+
+ # Checks for header files.
+