summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-gnustep/pantomime/files/pantomime-1.1.0_pre2-compilation-fix.diff')
-rw-r--r--app-gnustep/pantomime/files/pantomime-1.1.0_pre2-compilation-fix.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-gnustep/pantomime/files/pantomime-1.1.0_pre2-compilation-fix.diff b/app-gnustep/pantomime/files/pantomime-1.1.0_pre2-compilation-fix.diff
new file mode 100644
index 000000000000..39d87cac4843
--- /dev/null
+++ b/app-gnustep/pantomime/files/pantomime-1.1.0_pre2-compilation-fix.diff
@@ -0,0 +1,10 @@
+--- Source/NSString+Extensions.m.orig 2003-07-17 13:02:25.000000000 +0200
++++ Source/NSString+Extensions.m 2003-07-17 13:22:41.000000000 +0200
+@@ -28,6 +28,7 @@
+ #ifdef MACOSX
+ #import <CoreFoundation/CoreFoundation.h>
+ #else
++#include <Foundation/Foundation.h>
+ #include <gnustep/base/GSCategories.h>
+ #endif
+