pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/img2eps Fix compilation error on Darwin. Ok'ed b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6bc628d3476
branches:  trunk
changeset: 396410:c6bc628d3476
user:      yyamano <yyamano%pkgsrc.org@localhost>
date:      Thu Jul 23 16:30:37 2009 +0000

description:
Fix compilation error on Darwin. Ok'ed by dillo.

diffstat:

 print/img2eps/distinfo         |   3 ++-
 print/img2eps/patches/patch-aa |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 37bec820c86c -r c6bc628d3476 print/img2eps/distinfo
--- a/print/img2eps/distinfo    Thu Jul 23 16:07:44 2009 +0000
+++ b/print/img2eps/distinfo    Thu Jul 23 16:30:37 2009 +0000
@@ -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 -r 37bec820c86c -r c6bc628d3476 print/img2eps/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/img2eps/patches/patch-aa    Thu Jul 23 16:30:37 2009 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index