summaryrefslogtreecommitdiff
path: root/community/leptonica
diff options
context:
space:
mode:
Diffstat (limited to 'community/leptonica')
-rw-r--r--community/leptonica/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/leptonica/PKGBUILD b/community/leptonica/PKGBUILD
index d5e3fec82..9aaa55a76 100644
--- a/community/leptonica/PKGBUILD
+++ b/community/leptonica/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 57411 2011-10-27 08:39:19Z spupykin $
+# $Id: PKGBUILD 63638 2012-02-05 12:02:42Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christoph Drexler <chrdr at gmx dot at>
pkgname=leptonica
pkgver=1.68
-pkgrel=2
+pkgrel=3
pkgdesc="Software that is broadly useful for image processing and image analysis applications"
arch=('i686' 'x86_64')
url="http://www.leptonica.com/"
@@ -24,6 +24,7 @@ md5sums=('5cd7092f9ff2ca7e3f3e73bfcd556403')
build() {
cd ${srcdir}/leptonica-${pkgver}
+ sed -i '1,1i#include <zlib.h>' src/pngio.c
./configure --prefix=/usr
make
}