pkgsrc/graphics/netpbm/patches/patch-ac
tron e8caa7879c Update "netpbm" package to version 9.2. There are too many changes and
bug fixes to list here. Main new features are shared libraries, JPEG
and JBIG support.
2000-05-17 10:13:19 +00:00

13 lines
362 B
Text

$NetBSD: patch-ac,v 1.7 2000/05/17 10:13:20 tron Exp $
--- shhopt/Makefile.orig Thu May 4 23:10:36 2000
+++ shhopt/Makefile Wed May 17 10:23:21 2000
@@ -61,7 +61,7 @@
-L. -I. -L$(INSTLIBDIR) -I$(INSTINCDIR) -lshhopt
.c.o:
- $(CC) $(CCSHRD) -o $@ -c $(CCOPT) $<
+ $(LIBTOOL) $(CC) $(CCSHRD) -c $(CCOPT) $<
depend dep:
$(CC) $(INCDIR) -MM *.c >depend