summaryrefslogtreecommitdiff
blob: fe1dfc407877667f40244a3b0068e341d93f75e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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.