summaryrefslogtreecommitdiff
path: root/print/img2eps
diff options
context:
space:
mode:
authoryyamano <yyamano@pkgsrc.org>2009-07-23 16:30:37 +0000
committeryyamano <yyamano@pkgsrc.org>2009-07-23 16:30:37 +0000
commit5d73540119ac3200b2637592c24f4f1d6808652b (patch)
tree5756086a918d0a93e2c4cf10416212e42a9de9d3 /print/img2eps
parent53bc6b6f3f1d215bcf70313808dbc45e8eb64809 (diff)
downloadpkgsrc-5d73540119ac3200b2637592c24f4f1d6808652b.tar.gz
Fix compilation error on Darwin. Ok'ed by dillo.
Diffstat (limited to 'print/img2eps')
-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"