summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrh <rh>2004-09-27 01:30:52 +0000
committerrh <rh>2004-09-27 01:30:52 +0000
commit3ac4ee21544378e21375ea9c1d9198bbcfa03b60 (patch)
tree151de5b245e1b92cf401f4cd884e1323c36839b5 /security
parent70b8520c710bbd8ab398cf9b9d66e15adc7ce556 (diff)
downloadpkgsrc-3ac4ee21544378e21375ea9c1d9198bbcfa03b60.tar.gz
Remove leftover patch that is no longer used.
Diffstat (limited to 'security')
-rw-r--r--security/gnustep-ssl/patches/patch-ab20
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 />