diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-14 16:39:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-14 16:39:05 +0000 |
commit | 00d3efb97827e107de9576357fe7a057825b72f5 (patch) | |
tree | f28f911b1bdf7fc6c0a84e2f577fea3c7eab6e27 /graphics/netpbm/patches/patch-aj | |
parent | 814650e9545f6a47a8531cbf8676af9deff5dd6a (diff) | |
download | pkgsrc-00d3efb97827e107de9576357fe7a057825b72f5.tar.gz |
Add patches for some issues from the known-bugs page, including
one that should fix PR 33347 by martijn (build on amd64).
Bump PKGREVISION.
Diffstat (limited to 'graphics/netpbm/patches/patch-aj')
-rw-r--r-- | graphics/netpbm/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-aj b/graphics/netpbm/patches/patch-aj new file mode 100644 index 00000000000..a24f270554f --- /dev/null +++ b/graphics/netpbm/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.9 2006/05/14 16:39:05 wiz Exp $ + +--- lib/Makefile.orig 2006-03-18 20:17:20.000000000 +0000 ++++ lib/Makefile +@@ -184,7 +184,7 @@ standardppmdfont.c:standard.ppmdfont + compile.h: + $(SRCDIR)/buildtools/stamp-date >$@ || rm $@ + +-util/shhopt.o util/nstring.o: FORCE ++util/shhopt.o util/nstring.o util/filename.o: FORCE + @if [ ! -d $(dir $@) ] ; then mkdir $(dir $@) ; fi + $(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \ + SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@) |