summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoryyamano <yyamano>2009-07-23 16:30:37 +0000
committeryyamano <yyamano>2009-07-23 16:30:37 +0000
commita278323862d80a873d9716870ab945af75680d00 (patch)
tree5756086a918d0a93e2c4cf10416212e42a9de9d3 /print
parent4068f769bd1228047af89c674645ed9fa4e83f47 (diff)
downloadpkgsrc-a278323862d80a873d9716870ab945af75680d00.tar.gz
Fix compilation error on Darwin. Ok'ed by dillo.
Diffstat (limited to 'print')
-rw-r--r--print/img2eps/distinfo3
-rw-r--r--print/img2eps/patches/patch-aa12
2 files changed, 14 insertions, 1 deletions
diff --git a/print/img2eps/distinfo b/print/img2eps/distinfo
index e875cdd181e..08513cafbfa 100644
--- a/print/img2eps/distinfo
+++ b/print/img2eps/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2005/07/14 14:52:08 dillo Exp $
+$NetBSD: distinfo,v 1.4 2009/07/23 16:30:37 yyamano Exp $
SHA1 (img2eps-0.2.tar.gz) = 0b62efba9ffdf1b9420e29ea9de928e5e8d9abaf
RMD160 (img2eps-0.2.tar.gz) = 5113a3cd22bcc2ae1562a45bfdd21c2ef0151e70
Size (img2eps-0.2.tar.gz) = 404286 bytes
+SHA1 (patch-aa) = 027c6981b1b3188897af0a09bf0ce0119763316d
diff --git a/print/img2eps/patches/patch-aa b/print/img2eps/patches/patch-aa
new file mode 100644
index 00000000000..4419e7a0662
--- /dev/null
+++ b/print/img2eps/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2009/07/23 16:30:37 yyamano Exp $
+
+--- src/st_lzw.c.orig 2005-06-20 14:17:39.000000000 -0700
++++ src/st_lzw.c
+@@ -68,6 +68,7 @@
+
+ #include <errno.h>
+ #include <stddef.h>
++#include <sys/types.h>
+
+ #include "config.h"
+ #include "exceptions.h"