summaryrefslogtreecommitdiff
path: root/graphics/netpbm
diff options
context:
space:
mode:
authorbad <bad>2001-01-10 14:07:21 +0000
committerbad <bad>2001-01-10 14:07:21 +0000
commit843d5bd0efbc8415da87c73664766acac04eec4d (patch)
tree0f47dadca4a74bfde650e318ef98f61b42f33c39 /graphics/netpbm
parentd0c05f9fd7650f0ac1b1894b6161610cfcf75335 (diff)
downloadpkgsrc-843d5bd0efbc8415da87c73664766acac04eec4d.tar.gz
The fiasco libraries need to be ranlib'ed.
Diffstat (limited to 'graphics/netpbm')
-rw-r--r--graphics/netpbm/patches/patch-ah14
-rw-r--r--graphics/netpbm/patches/patch-ai14
-rw-r--r--graphics/netpbm/patches/patch-aj14
-rw-r--r--graphics/netpbm/patches/patch-ak14
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)
+