add netpbm with lzma-utils support for arm

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1803 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2010-01-05 17:04:22 +00:00
parent 815129ddb3
commit 3ca436bb33
7 changed files with 1277 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
http://bugs.gentoo.org/291987
--- netpbm/converter/other/Makefile
+++ netbpm/converter/other/Makefile
@@ -159,6 +156,7 @@
$(shell $(LIBOPT) $(NETPBMLIB)) \
$(PNGLIB_LIBOPTS) $(MATHLIB) $(LDFLAGS) $(LDLIBS) $(RPATH) $(LADD)
+pnmtopng: LADD += -lz # pnmtopng calls zlib_version itself
pnmtopng: %: %.o pngx.o pngtxt.o $(NETPBMLIB) $(LIBOPT)
$(LD) -o $@ $@.o pngtxt.o \
$(shell $(LIBOPT) $(NETPBMLIB)) \