sitecopy: fix build with neon 0.29

This commit is contained in:
Juergen Daubert 2010-07-24 10:36:52 +02:00
parent 8474df599f
commit fbd44e0385
3 changed files with 18 additions and 2 deletions

View File

@ -1 +1,2 @@
814282a82e98bd96bfe550759b39b982 sitecopy-0.16.6.patch
b3aeb5a5f00af3db90b408e8c32a6c01 sitecopy-0.16.6.tar.gz

View File

@ -5,11 +5,14 @@
name=sitecopy
version=0.16.6
release=1
source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz)
release=2
source=(http://www.manyfish.co.uk/sitecopy/$name-$version.tar.gz
$name-$version.patch)
build () {
cd $name-$version
patch -p1 -i $SRC/$name-$version.patch
autoconf
./configure --prefix=/usr \
--mandir=/usr/man \
--with-neon=/usr \

View File

@ -0,0 +1,12 @@
diff -Nru sitecopy-0.16.6.orig/configure.in sitecopy-0.16.6/configure.in
--- sitecopy-0.16.6.orig/configure.in 2010-07-23 21:56:43.027136877 +0200
+++ sitecopy-0.16.6/configure.in 2010-07-23 21:57:19.377136926 +0200
@@ -113,7 +113,7 @@
fi
# Support neon 0.24 through 0.28
-NE_REQUIRE_VERSIONS([0], [24 25 26 27 28])
+NE_REQUIRE_VERSIONS([0], [24 25 26 27 28 29])
dnl But we don't use zlib or ACL support
NEON_WITHOUT_ZLIB