mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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() {
|
||||
|
||||
11
net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch
Normal file
11
net-fs/davfs2/files/davfs2-1.7.1-neon-version-support.patch
Normal 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.
|
||||
Reference in New Issue
Block a user