summaryrefslogtreecommitdiff
path: root/converters/TECkit
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2012-09-25 11:18:27 +0000
committersbd <sbd@pkgsrc.org>2012-09-25 11:18:27 +0000
commit95dc5271f2685b9a4c03ef1026e1b0aa00b022a3 (patch)
tree9de1b20714e9f426de9d74db00fc4f1e6e9dd76a /converters/TECkit
parent573bfe771113ff9b8aa570495001576068e4d7fd (diff)
downloadpkgsrc-95dc5271f2685b9a4c03ef1026e1b0aa00b022a3.tar.gz
Add the patch that should have been in that last commit
Diffstat (limited to 'converters/TECkit')
-rw-r--r--converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h b/converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h
new file mode 100644
index 00000000000..8280971546b
--- /dev/null
+++ b/converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h
@@ -0,0 +1,15 @@
+$NetBSD: patch-source_Public-headers_TECkit__Common.h,v 1.1 2012/09/25 11:18:27 sbd Exp $
+
+--- source/Public-headers/TECkit_Common.h.orig 2012-09-25 11:11:23.054232507 +0000
++++ source/Public-headers/TECkit_Common.h
+@@ -33,7 +33,10 @@ History:
+ typedef unsigned char UInt8;
+ typedef unsigned short UInt16;
+ typedef unsigned int UInt32; /* NB: assumes int is 4 bytes */
++/* zconf.h defines 'Byte' */
++#ifndef ZCONF_H
+ typedef UInt8 Byte;
++#endif
+ typedef Byte* BytePtr;
+ typedef UInt16 UniChar;
+