diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-01 18:33:00 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-10-01 18:33:00 -0500 |
commit | ef7dbdc983c2bd62a5cedd58adfda1806c280774 (patch) | |
tree | 4fa1d41801a3691712b521c3a8fac44f9f1b9ec1 /libre/netpbm/PKGBUILD | |
parent | 2e14a9699a6c6275b6a531e5f6fc4dd7819dc946 (diff) |
netpbm: armv7h port
Diffstat (limited to 'libre/netpbm/PKGBUILD')
-rw-r--r-- | libre/netpbm/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
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 |