From ef7dbdc983c2bd62a5cedd58adfda1806c280774 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Thu, 1 Oct 2015 18:33:00 -0500 Subject: netpbm: armv7h port --- libre/netpbm/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libre') diff --git a/libre/netpbm/PKGBUILD b/libre/netpbm/PKGBUILD index 714f41d88..9da6a53d9 100644 --- a/libre/netpbm/PKGBUILD +++ b/libre/netpbm/PKGBUILD @@ -7,7 +7,7 @@ pkgname=netpbm pkgver=10.69.02 pkgrel=1.parabola2 pkgdesc="A toolkit for manipulation of graphic images, without nonfree parts and patent issues" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('custom' 'BSD' 'GPL' 'LGPL') url="http://netpbm.sourceforge.net/" depends=('perl' 'libpng' 'libtiff' 'libxml2') @@ -117,6 +117,7 @@ prepare() { cp config.mk.in config.mk [ "${CARCH}" = 'x86_64' ] && echo 'CFLAGS_SHLIB = -fPIC' >> config.mk + [ "${CARCH}" = 'armv7h' ] && echo 'CFLAGS_SHLIB = -fPIC' >> config.mk echo "NETPBM_DOCURL = file://${srcdir}/doc" >> config.mk echo 'TIFFLIB = libtiff.so' >> config.mk echo 'JPEGLIB = libjpeg.so' >> config.mk -- cgit v1.2.3-54-g00ecf