diff options
Diffstat (limited to 'graphics/netpbm/patches/patch-ab')
-rw-r--r-- | graphics/netpbm/patches/patch-ab | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/netpbm/patches/patch-ab b/graphics/netpbm/patches/patch-ab index eff6db2c9f4..38ef014fdff 100644 --- a/graphics/netpbm/patches/patch-ab +++ b/graphics/netpbm/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.7 2000/06/05 01:13:35 hubertf Exp $ +$NetBSD: patch-ab,v 1.8 2000/07/10 11:12:10 wiz Exp $ ---- Makefile.common.orig Thu Jun 1 19:38:14 2000 -+++ Makefile.common Mon Jun 5 01:38:40 2000 +--- Makefile.common.orig Fri Jun 30 21:59:36 2000 ++++ Makefile.common Sun Jul 9 23:51:05 2000 @@ -67,7 +67,7 @@ $(OBJECTS): %.o: %.c $(CC) -c $(CFLAGS) $(INCLUDE) -o $@ $< @@ -31,9 +31,9 @@ $NetBSD: patch-ab,v 1.7 2000/06/05 01:13:35 hubertf Exp $ +lib$(LIBROOT).la: $(LIBOBJECTS) $(LIBOBJECTS_X) + $(LIBTOOL) --mode=link $(CC) -rpath $(PREFIX)/lib -version-info $(MAJ):$(MIN) -o $@ $(LIBOBJECTS:.o=.lo) $(LIBOBJECTS_X:.o=.lo) - # Some maintenance notes about $(INSTALL): Some install programs can install - # multiple files in one shot; others can take only one file at a time. Some -@@ -157,7 +155,7 @@ + # Some maintenance notes about $(INSTALL): Some install programs can + # install multiple files in one shot; others can take only one file at +@@ -163,7 +161,7 @@ # Make and Install know that pbmmake.exe counts as pbmmake. for x in $(BINARIES); \ do \ @@ -42,7 +42,7 @@ $NetBSD: patch-ab,v 1.7 2000/06/05 01:13:35 hubertf Exp $ done .PHONY: install.script -@@ -208,8 +206,8 @@ +@@ -214,8 +212,8 @@ # built. If a previous make STATICLIB=N didn't build the static # library, the dependency here will do that. .PHONY: install.staticlib @@ -53,7 +53,7 @@ $NetBSD: patch-ab,v 1.7 2000/06/05 01:13:35 hubertf Exp $ .PHONY: install.lib.common ifeq ($(NETPBMLIBSUFFIX),so) -@@ -223,7 +221,7 @@ +@@ -229,7 +227,7 @@ .PHONY: clean.common clean.common: |