net-fs/davfs2: patch for net-libs/neon-0.34

Closes: https://bugs.gentoo.org/950510
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2025-04-08 21:53:45 +02:00
parent 47e1f9e9d4
commit ac41dea06a
2 changed files with 13 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -30,6 +30,7 @@ BDEPEND="
PATCHES=(
"${FILESDIR}"/${PN}-1.7.1-man-page-compression.patch # backport
"${FILESDIR}"/${PN}-1.7.1-neon-version-support.patch
)
src_prepare() {

View File

@@ -0,0 +1,11 @@
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,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 33])
+NE_REQUIRE_VERSIONS([0], [27 28 29 30 31 32 33 34])
DAV_CHECK_NEON
# Checks for header files.