From 843d5bd0efbc8415da87c73664766acac04eec4d Mon Sep 17 00:00:00 2001 From: bad Date: Wed, 10 Jan 2001 14:07:21 +0000 Subject: The fiasco libraries need to be ranlib'ed. --- graphics/netpbm/patches/patch-ah | 14 ++++++++++++++ graphics/netpbm/patches/patch-ai | 14 ++++++++++++++ graphics/netpbm/patches/patch-aj | 14 ++++++++++++++ graphics/netpbm/patches/patch-ak | 14 ++++++++++++++ 4 files changed, 56 insertions(+) create mode 100644 graphics/netpbm/patches/patch-ah create mode 100644 graphics/netpbm/patches/patch-ai create mode 100644 graphics/netpbm/patches/patch-aj create mode 100644 graphics/netpbm/patches/patch-ak (limited to 'graphics/netpbm') diff --git a/graphics/netpbm/patches/patch-ah b/graphics/netpbm/patches/patch-ah new file mode 100644 index 00000000000..cc1914c68ab --- /dev/null +++ b/graphics/netpbm/patches/patch-ah @@ -0,0 +1,14 @@ +$NetBSD: patch-ah,v 1.3 2001/01/10 14:07:21 bad Exp $ + +--- pnm/fiasco/codec/Makefile.orig Fri Jul 7 00:22:29 2000 ++++ pnm/fiasco/codec/Makefile Wed Jan 10 14:46:45 2001 +@@ -17,7 +17,8 @@ + all: libfiasco_codec.a + + libfiasco_codec.a: $(OBJECTS) +- ar -rc $@ $(OBJECTS) ++ $(AR) -rc $@ $(OBJECTS) ++ $(RANLIB) $@ + + .PHONY: clean + clean: clean.common diff --git a/graphics/netpbm/patches/patch-ai b/graphics/netpbm/patches/patch-ai new file mode 100644 index 00000000000..633ea054e7a --- /dev/null +++ b/graphics/netpbm/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.3 2001/01/10 14:07:22 bad Exp $ + +--- pnm/fiasco/input/Makefile.orig Fri Jul 7 00:22:51 2000 ++++ pnm/fiasco/input/Makefile Wed Jan 10 14:47:22 2001 +@@ -8,7 +8,8 @@ + all: libfiasco_input.a + + libfiasco_input.a: $(OBJECTS) +- ar -rc $@ $(OBJECTS) ++ $(AR) -rc $@ $(OBJECTS) ++ $(RANLIB) $@ + + .PHONY: clean + clean: clean.common diff --git a/graphics/netpbm/patches/patch-aj b/graphics/netpbm/patches/patch-aj new file mode 100644 index 00000000000..77fff5bbfac --- /dev/null +++ b/graphics/netpbm/patches/patch-aj @@ -0,0 +1,14 @@ +$NetBSD: patch-aj,v 1.5 2001/01/10 14:07:22 bad Exp $ + +--- pnm/fiasco/lib/Makefile.orig Fri Jul 7 00:23:44 2000 ++++ pnm/fiasco/lib/Makefile Wed Jan 10 14:49:33 2001 +@@ -14,7 +14,8 @@ + all: libfiasco_lib.a + + libfiasco_lib.a: $(OBJECTS) +- ar -rc $@ $(OBJECTS) ++ $(AR) -rc $@ $(OBJECTS) ++ $(RANLIB) $@ + + .PHONY: clean + clean: clean.common diff --git a/graphics/netpbm/patches/patch-ak b/graphics/netpbm/patches/patch-ak new file mode 100644 index 00000000000..9a082c1da5b --- /dev/null +++ b/graphics/netpbm/patches/patch-ak @@ -0,0 +1,14 @@ +$NetBSD: patch-ak,v 1.3 2001/01/10 14:07:23 bad Exp $ + +--- pnm/fiasco/output/Makefile.orig Fri Jul 7 00:23:22 2000 ++++ pnm/fiasco/output/Makefile Wed Jan 10 14:50:07 2001 +@@ -8,7 +8,8 @@ + all: libfiasco_output.a + + libfiasco_output.a: $(OBJECTS) +- ar -rc $@ $(OBJECTS) ++ $(AR) -rc $@ $(OBJECTS) ++ $(RANLIB) $@ + + all: $(OBJECTS) + -- cgit v1.2.3