aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base/files
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gnustep-base/files')
-rw-r--r--lang/gnustep-base/files/objc-common.g.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gnustep-base/files/objc-common.g.patch b/lang/gnustep-base/files/objc-common.g.patch
deleted file mode 100644
index 33dff88e86e2..000000000000
--- a/lang/gnustep-base/files/objc-common.g.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/objc-common.g.orig 2010-02-15 10:35:20.000000000 +0100
-+++ config/objc-common.g 2010-11-12 15:19:46.000000000 +0100
-@@ -5,7 +5,7 @@
-
- #include <objc/Object.h>
-
--#ifndef NeXT_RUNTIME
-+#if !defined(NeXT_RUNTIME) && !defined(__GNUSTEP_RUNTIME__)
- #include <objc/NXConstStr.h>
- @implementation NXConstantString
- - (const char*) cString