diff options
author | bad <bad@pkgsrc.org> | 2001-01-10 14:07:21 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2001-01-10 14:07:21 +0000 |
commit | eba074d3224833856b2b177de1c50a5b7daea263 (patch) | |
tree | 0f47dadca4a74bfde650e318ef98f61b42f33c39 /graphics | |
parent | bf5c2f953900d233d21d277a4e979cd1d6df9da7 (diff) | |
download | pkgsrc-eba074d3224833856b2b177de1c50a5b7daea263.tar.gz |
The fiasco libraries need to be ranlib'ed.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/netpbm/patches/patch-ah | 14 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-ai | 14 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-aj | 14 | ||||
-rw-r--r-- | graphics/netpbm/patches/patch-ak | 14 |
4 files changed, 56 insertions, 0 deletions
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) + |