aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-05-05 14:38:25 +0000
commite15eb67265e0a539b617852b39f321fc1fc09672 (patch)
tree5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /x11-toolkits
parent53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff)
downloadports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz
ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes: svn path=/head/; revision=212659
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/renaissance/files/patch-GSMarkupCoder.m10
-rw-r--r--x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m10
2 files changed, 20 insertions, 0 deletions
diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
new file mode 100644
index 000000000000..22b507e6f59a
--- /dev/null
+++ b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
@@ -0,0 +1,10 @@
+--- Source/Markup/GSMarkupCoder.m.orig 2003-07-15 11:40:54.000000000 +0200
++++ Source/Markup/GSMarkupCoder.m 2008-05-02 18:18:37.000000000 +0200
+@@ -31,6 +31,7 @@
+ # include <Foundation/Foundation.h>
+ # include "GNUstep.h"
+ #else
++# include <Foundation/NSString.h>
+ # include <Foundation/NSArray.h>
+ # include <Foundation/NSData.h>
+ #endif
diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m b/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m
new file mode 100644
index 000000000000..24c47a2c0c18
--- /dev/null
+++ b/x11-toolkits/renaissance/files/patch-GSMarkupTagInstance.m
@@ -0,0 +1,10 @@
+--- Source/Markup/GSMarkupTagInstance.m.orig 2003-02-05 03:38:14.000000000 +0100
++++ Source/Markup/GSMarkupTagInstance.m 2008-05-02 18:18:45.000000000 +0200
+@@ -30,6 +30,7 @@
+ # include <Foundation/Foundation.h>
+ # include "GNUstep.h"
+ #else
++# include <Foundation/NSString.h>
+ # include <Foundation/NSArray.h>
+ # include <Foundation/NSDictionary.h>
+ #endif