From 1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 6 Feb 2012 23:14:50 +0000 Subject: Mon Feb 6 23:14:50 UTC 2012 --- community/leptonica/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/leptonica') 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 # Maintainer: Christoph Drexler 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 ' src/pngio.c ./configure --prefix=/usr make } -- cgit v1.2.3-54-g00ecf