3ca436bb33
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1803 6952d904-891a-0410-993b-d76249ca496b
13 lines
419 B
Diff
13 lines
419 B
Diff
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)) \
|