pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/camlimages After redefining and undefining ui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3aa1fc8cf95f
branches:  trunk
changeset: 507512:3aa1fc8cf95f
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Feb 03 11:29:54 2006 +0000

description:
After redefining and undefining uint16 and uint32, redefine them to
the POSIX types.

diffstat:

 graphics/camlimages/distinfo         |   3 ++-
 graphics/camlimages/patches/patch-aa |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r a93f3f70e6c7 -r 3aa1fc8cf95f graphics/camlimages/distinfo
--- a/graphics/camlimages/distinfo      Fri Feb 03 11:28:23 2006 +0000
+++ b/graphics/camlimages/distinfo      Fri Feb 03 11:29:54 2006 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 08:45:03 agc Exp $
+$NetBSD: distinfo,v 1.5 2006/02/03 11:29:54 joerg Exp $
 
 SHA1 (camlimages-2.2.0.tgz) = bc0062739be5ca9236f28145f17f840bf3f295ee
 RMD160 (camlimages-2.2.0.tgz) = 0f108ef3da565aeb0ab10d00e45819399af36d8c
 Size (camlimages-2.2.0.tgz) = 1385525 bytes
+SHA1 (patch-aa) = 8f1818e6b1a782066acb2ad6399514aa61e0e1f8
diff -r a93f3f70e6c7 -r 3aa1fc8cf95f graphics/camlimages/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/camlimages/patches/patch-aa      Fri Feb 03 11:29:54 2006 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2006/02/03 11:29:54 joerg Exp $
+
+--- tiff/tiffread.c.orig       2006-02-03 11:24:33.000000000 +0000
++++ tiff/tiffread.c
+@@ -33,6 +33,9 @@
+ #undef int32
+ #undef uint32
+ 
++#define uint16 uint16_t
++#define uint32 uint32_t
++
+ extern value *imglib_error;
+ 
+ value open_tiff_file_for_read( name )



Home | Main Index | Thread Index | Old Index