summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/davfs2/files/davfs2-neon-0.28.patch')
-rw-r--r--net-fs/davfs2/files/davfs2-neon-0.28.patch58
1 files changed, 0 insertions, 58 deletions
diff --git a/net-fs/davfs2/files/davfs2-neon-0.28.patch b/net-fs/davfs2/files/davfs2-neon-0.28.patch
deleted file mode 100644
index fe1dfc407877..000000000000
--- a/net-fs/davfs2/files/davfs2-neon-0.28.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-Thanks go to debian:
-http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473933
-
-diff -uri davfs2-1.3.0.orig/configure davfs2-1.3.0/configure
---- davfs2-1.3.0.orig/configure 2008-02-06 09:56:13.000000000 +0000
-+++ davfs2-1.3.0/configure 2008-04-02 13:28:30.000000000 +0000
-@@ -5546,7 +5546,7 @@
- echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
- if test "$ne_cv_lib_neon" = "yes"; then
- ne_cv_lib_neonver=no
-- for v in 25 26 27; do
-+ for v in 25 26 27 28; do
- case $ne_libver in
- 0.$v.*) ne_cv_lib_neonver=yes ;;
- esac
-@@ -5741,8 +5741,8 @@
- neon_got_library=yes
-
- else
-- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5
--echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;}
-+ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5
-+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;}
- neon_got_library=no
- fi
-
-@@ -5823,7 +5823,7 @@
- echo "${ECHO_T}$ne_cv_lib_neon" >&6; }
- if test "$ne_cv_lib_neon" = "yes"; then
- ne_cv_lib_neonver=no
-- for v in 25 26 27; do
-+ for v in 25 26 27 28; do
- case $ne_libver in
- 0.$v.*) ne_cv_lib_neonver=yes ;;
- esac
-@@ -6018,8 +6018,8 @@
- neon_got_library=yes
-
- else
-- { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&5
--echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27" >&6;}
-+ { echo "$as_me:$LINENO: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&5
-+echo "$as_me: incompatible neon library version $ne_libver: wanted 0.25 26 27 28" >&6;}
- neon_got_library=no
- fi
-
-diff -uri davfs2-1.3.0.orig/configure.ac davfs2-1.3.0/configure.ac
---- davfs2-1.3.0.orig/configure.ac 2008-02-05 20:37:03.000000000 +0000
-+++ davfs2-1.3.0/configure.ac 2008-04-02 13:27:27.000000000 +0000
-@@ -17,7 +17,7 @@
- # Checks for libraries.
- AM_GNU_GETTEXT_VERSION(0.14.4)
- AM_GNU_GETTEXT([external])
--NE_REQUIRE_VERSIONS([0], [25 26 27])
-+NE_REQUIRE_VERSIONS([0], [25 26 27 28])
- DAV_CHECK_NEON
-
- # Checks for header files.