diff options
author | rh <rh@pkgsrc.org> | 2004-09-27 01:30:52 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-09-27 01:30:52 +0000 |
commit | 2bbbc6920966f36cf5b6b9416121e2098c2d4f7a (patch) | |
tree | 151de5b245e1b92cf401f4cd884e1323c36839b5 /security | |
parent | 68d7e062baa355fb13db3fef4056131e62e30a2b (diff) | |
download | pkgsrc-2bbbc6920966f36cf5b6b9416121e2098c2d4f7a.tar.gz |
Remove leftover patch that is no longer used.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnustep-ssl/patches/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/security/gnustep-ssl/patches/patch-ab b/security/gnustep-ssl/patches/patch-ab deleted file mode 100644 index ac5f4f2a82d..00000000000 --- a/security/gnustep-ssl/patches/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ -$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 /> |