summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-ah')
-rw-r--r--graphics/netpbm/patches/patch-ah14
1 files changed, 14 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