diff options
author | sbd <sbd@pkgsrc.org> | 2012-09-25 11:18:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-09-25 11:18:27 +0000 |
commit | ed6ac3f9ca2b87e7f6bc5b9063560f9ee63ae199 (patch) | |
tree | 9de1b20714e9f426de9d74db00fc4f1e6e9dd76a /converters | |
parent | d996b08b52e470484868b63bbe75625254786c1b (diff) | |
download | pkgsrc-ed6ac3f9ca2b87e7f6bc5b9063560f9ee63ae199.tar.gz |
Add the patch that should have been in that last commit
Diffstat (limited to 'converters')
-rw-r--r-- | converters/TECkit/patches/patch-source_Public-headers_TECkit__Common.h | 15 |
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; + |