diff options
author | James Meyer <james.meyer@operamail.com> | 2011-11-04 04:09:02 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2011-11-04 04:09:02 (GMT) |
commit | 97f9fcee211f9e47c31b562133ea2d275ca612a9 (patch) | |
tree | c3a9048e922935fb8cb886900fd84fdaa57e80fe /abs/extra | |
parent | 0bfd068aa22399fe44066013ddb12e3ebfc03aa4 (diff) | |
download | linhes_pkgbuild-97f9fcee211f9e47c31b562133ea2d275ca612a9.zip linhes_pkgbuild-97f9fcee211f9e47c31b562133ea2d275ca612a9.tar.gz linhes_pkgbuild-97f9fcee211f9e47c31b562133ea2d275ca612a9.tar.bz2 |
subversion: recompile for new neon.
Diffstat (limited to 'abs/extra')
-rw-r--r-- | abs/extra/subversion/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/subversion/PKGBUILD b/abs/extra/subversion/PKGBUILD index eab07f3..6e7efe0 100644 --- a/abs/extra/subversion/PKGBUILD +++ b/abs/extra/subversion/PKGBUILD @@ -10,7 +10,7 @@ arch=('i686' 'x86_64') license=('apache' 'bsd') depends=('neon' 'apr-util') makedepends=('heimdal' 'apache' 'python2' 'perl' 'swig' 'ruby' 'jdk' - 'autoconf' 'sqlite3' 'db' 'e2fsprogs') + 'autoconf' 'sqlite3' 'db' 'e2fsprogs' ) source=(http://subversion.tigris.org/downloads/$pkgname-$pkgver.tar.bz2 svnserve svn svnserve.conf svnmerge.py subversion.rpath.fix.patch @@ -35,7 +35,7 @@ build() { autoreconf ./configure --prefix=/usr --with-apr=/usr --with-apr-util=/usr \ --with-zlib=/usr --with-neon=/usr --with-sqlite=/usr \ - --enable-javahl --with-gnome-keyring --with-apxs \ + --enable-javahl --without-gnome-keyring --with-apxs \ --with-sqlite=/usr --with-jdk # build |