[Lunar-commits] <moonbase-other> netpbm: fix the compile.
Florin Braescu
florin at lunar-linux.org
Wed Nov 19 17:58:31 CET 2014
commit 2c857534dd6ddd79f2064032ecac0c983bcd228d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 19 Nov 2014 18:58:06 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/2c857534dd6ddd79f2064032ecac0c983bcd228d
netpbm: fix the compile.
---
graphics/netpbm/BUILD | +1/-2
1 file changed, 1 insertion(+), 2 deletions(-)
--- a/graphics/netpbm/BUILD
+++ b/graphics/netpbm/BUILD
@@ -62,7 +62,6 @@
IACT="${IACT}none\n"
fi &&
-
# last newline for accepting default doc URL
IACT="{$IACT}$(pwd -P)/doc\n" &&
@@ -71,7 +70,7 @@
echo -e "${IACT}" | ./configure &&
- [ `arch` == "x86_64" ] && echo 'CFLAGS_SHLIB = -fPIC' >> config.mk &&
+# [ `arch` == "x86_64" ] && echo 'CFLAGS_SHLIB = -fPIC' >> config.mk &&
make &&
make package PKGDIR=/tmp/netpbm &&
More information about the Lunar-commits
mailing list