diff options
-rw-r--r-- | print/img2eps/distinfo | 3 | ||||
-rw-r--r-- | print/img2eps/patches/patch-aa | 12 |
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" |