diff options
Diffstat (limited to 'graphics/netpbm/files')
-rw-r--r-- | graphics/netpbm/files/patch-analyzer::Makefile | 11 | ||||
-rw-r--r-- | graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/graphics/netpbm/files/patch-analyzer::Makefile b/graphics/netpbm/files/patch-analyzer::Makefile deleted file mode 100644 index 867723a222ce..000000000000 --- a/graphics/netpbm/files/patch-analyzer::Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- analyzer/Makefile.orig Sat Sep 28 02:02:50 2002 -+++ analyzer/Makefile Sat Oct 12 00:00:00 2002 -@@ -31,7 +31,7 @@ - .PHONY: all - all: $(BINARIES) - --HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h pnm.h pam.h shhopt.h -+HEADERLINKS = pm_config.h pm.h pbm.h pgm.h ppm.h ppmcmap.h pnm.h pam.h shhopt.h nstring.h - - include $(SRCDIR)/Makefile.common - diff --git a/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l b/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l new file mode 100644 index 000000000000..1c761c481b8e --- /dev/null +++ b/graphics/netpbm/files/patch-converter::pbm::thinkjettopbm.l @@ -0,0 +1,10 @@ +--- converter/pbm/thinkjettopbm.l.orig Thu Oct 17 12:19:09 2002 ++++ converter/pbm/thinkjettopbm.l Sat Oct 19 00:00:00 2002 +@@ -33,7 +33,6 @@ + #include <string.h> + #include <errno.h> + #include <unistd.h> +-#include <getopt.h> + #include "pbm.h" + + #define YY_NO_UNPUT |