diff options
Diffstat (limited to 'security/gnustep-ssl/patches/patch-ab')
-rw-r--r-- | security/gnustep-ssl/patches/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/security/gnustep-ssl/patches/patch-ab b/security/gnustep-ssl/patches/patch-ab new file mode 100644 index 00000000000..ac5f4f2a82d --- /dev/null +++ b/security/gnustep-ssl/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.1.1.1 2004/04/11 00:08:11 rh Exp $ + +--- ../Headers/Foundation/NSCoder.h.orig 2004-01-22 19:37:07.000000000 +1000 ++++ ../Headers/Foundation/NSCoder.h +@@ -82,9 +82,15 @@ + * MacOS-X adds some typedefs that GNUstep already has by another name. + */ + #include <GSConfig.h> ++#ifndef uint8_t + #define uint8_t gsu8 ++#endif ++#ifndef int32_t + #define int32_t gss32 ++#endif ++#ifndef int64_t + #define int64_t gss64 ++#endif + + + /** <override-subclass /> |