diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:22:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:22:33 +0000 |
commit | 7307f39707a5c477dff31e36d829a224e7683f20 (patch) | |
tree | 331f744292fa82633fad1659da58a8697775fe14 /graphics/netpbm/files/patch-be | |
parent | Update to version 0.13. (diff) |
Update to version 9.11.
PR: 25323
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=38725
Diffstat (limited to 'graphics/netpbm/files/patch-be')
-rw-r--r-- | graphics/netpbm/files/patch-be | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/netpbm/files/patch-be b/graphics/netpbm/files/patch-be index 9aeb5862ee1c..16871f77916c 100644 --- a/graphics/netpbm/files/patch-be +++ b/graphics/netpbm/files/patch-be @@ -1,6 +1,6 @@ ---- pgm/Makefile.orig Sat Sep 2 13:00:08 2000 -+++ pgm/Makefile Fri Dec 8 00:00:00 2000 -@@ -16,18 +16,27 @@ +--- pgm/Makefile.orig Thu Jan 18 12:39:28 2001 ++++ pgm/Makefile Sat Feb 24 00:00:00 2001 +@@ -15,18 +15,27 @@ NETPBMLIBS = $(LIBPGM) $(PBMDIR)/$(LIBPBM) LIBLIBS = $(PBMDIR)/$(LIBPBM) @@ -31,7 +31,7 @@ MANUALS1 = $(BINARIES) MANUALS3 = libpgm -@@ -40,7 +49,11 @@ +@@ -39,7 +48,11 @@ .PHONY: all all: $(BINARIES) .PHONY: merge @@ -44,12 +44,12 @@ # LIBRARIES -@@ -60,6 +73,9 @@ - install.man: install.man.common +@@ -61,6 +74,9 @@ + HEADERLINKS = pbmplus.h pbm.h libpbm.h include $(SRCDIR)/Makefile.common + -+$(SRCDIR)/shhopt/libshhopt.a: ++$(BUILDDIR)/shhopt/libshhopt.a: + cd ../shhopt; $(MAKE) libshhopt.a .PHONY: clean |