diff options
author | roam <roam@FreeBSD.org> | 2001-07-25 21:29:38 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-07-25 21:29:38 +0800 |
commit | ef908881d5b197bc95fffaf3200be65d2116696c (patch) | |
tree | 53459a7edc224486550492c9a711e4891071f856 /graphics/netpbm/files | |
parent | 48abde6b22823a5d8ff458833e66efaa1087b5bd (diff) | |
download | freebsd-ports-gnome-ef908881d5b197bc95fffaf3200be65d2116696c.tar.gz freebsd-ports-gnome-ef908881d5b197bc95fffaf3200be65d2116696c.tar.zst freebsd-ports-gnome-ef908881d5b197bc95fffaf3200be65d2116696c.zip |
Argh. This file should have been removed in the update to 9.16.
It *was* mentioned in the PR, just that I did not notice..
Submitted by: maintainer and Mike Harding <mvh@ix.netcom.com>
Pointy hat to: roam (myself, for updating the port and missing this file)
Diffstat (limited to 'graphics/netpbm/files')
-rw-r--r-- | graphics/netpbm/files/patch-cj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/netpbm/files/patch-cj b/graphics/netpbm/files/patch-cj deleted file mode 100644 index 56fde7aa8ed7..000000000000 --- a/graphics/netpbm/files/patch-cj +++ /dev/null @@ -1,14 +0,0 @@ ---- ppm/hpcdtoppm/hpcdtoppm.h.orig Mon Jun 13 17:04:45 1994 -+++ ppm/hpcdtoppm/hpcdtoppm.h Fri Dec 8 00:00:00 2000 -@@ -11,10 +11,10 @@ - - #include <stdio.h> - #include <string.h> --#include <malloc.h> - #include <sys/types.h> - #include <ctype.h> - #include "config.h" -+#include "ppm.h" - - - |