summaryrefslogtreecommitdiff
path: root/graphics/netpbm/patches/patch-ai
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/patches/patch-ai')
-rw-r--r--graphics/netpbm/patches/patch-ai20
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/netpbm/patches/patch-ai b/graphics/netpbm/patches/patch-ai
new file mode 100644
index 00000000000..939e276a3f9
--- /dev/null
+++ b/graphics/netpbm/patches/patch-ai
@@ -0,0 +1,20 @@
+$NetBSD: patch-ai,v 1.5 2005/08/21 04:47:24 grant Exp $
+
+--- converter/other/cameratopam/cameratopam.c.orig 2005-04-13 02:20:46.000000000 +1000
++++ converter/other/cameratopam/cameratopam.c
+@@ -6,6 +6,7 @@
+ information on copyright and licensing.
+ */
+
++#include <time.h>
+ #define _XOPEN_SOURCE /* Make sure unistd.h contains swab() */
+ #define _BSD_SOURCE /* Make sure string.h containst strcasecmp() */
+ #include <ctype.h>
+@@ -19,7 +20,6 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
+-#include <time.h>
+
+ #ifdef __CYGWIN__
+ #include <io.h>