summaryrefslogtreecommitdiff
path: root/x11-toolkits/renaissance
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
commitcf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch)
treedecd4ea843a45a8c9335888f3542946d0a804f3a /x11-toolkits/renaissance
parentChase devel/glade3 shlib bump (diff)
- fix build for gnustep-base 1.21.0
Notes
Notes: svn path=/head/; revision=254910
Diffstat (limited to 'x11-toolkits/renaissance')
-rw-r--r--x11-toolkits/renaissance/files/patch-GSHBox.m10
-rw-r--r--x11-toolkits/renaissance/files/patch-GSMarkupCoder.m11
-rw-r--r--x11-toolkits/renaissance/files/patch-GSMarkupWindowController.m10
-rw-r--r--x11-toolkits/renaissance/files/patch-GSVBox.m10
4 files changed, 36 insertions, 5 deletions
diff --git a/x11-toolkits/renaissance/files/patch-GSHBox.m b/x11-toolkits/renaissance/files/patch-GSHBox.m
new file mode 100644
index 000000000000..7c8be449fcfb
--- /dev/null
+++ b/x11-toolkits/renaissance/files/patch-GSHBox.m
@@ -0,0 +1,10 @@
+--- Source/AutoLayout/GSHBox.m.orig 2003-02-05 03:38:14.000000000 +0100
++++ Source/AutoLayout/GSHBox.m 2010-05-23 06:45:21.000000000 +0200
+@@ -33,6 +33,7 @@
+ # include <Foundation/NSNotification.h>
+ # include <AppKit/NSBezierPath.h>
+ # include <AppKit/NSColor.h>
++# include <AppKit/NSGraphics.h>
+ #endif
+
+ #include "GSHBox.h"
diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
index 22b507e6f59a..633bb39e418a 100644
--- a/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
+++ b/x11-toolkits/renaissance/files/patch-GSMarkupCoder.m
@@ -1,10 +1,11 @@
--- 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"
++++ Source/Markup/GSMarkupCoder.m 2010-05-23 06:50:41.000000000 +0200
+@@ -33,6 +33,8 @@
#else
-+# include <Foundation/NSString.h>
# include <Foundation/NSArray.h>
# include <Foundation/NSData.h>
++# include <Foundation/NSString.h>
++# include <Foundation/NSDictionary.h>
#endif
+
+ /*
diff --git a/x11-toolkits/renaissance/files/patch-GSMarkupWindowController.m b/x11-toolkits/renaissance/files/patch-GSMarkupWindowController.m
new file mode 100644
index 000000000000..aaef62166b11
--- /dev/null
+++ b/x11-toolkits/renaissance/files/patch-GSMarkupWindowController.m
@@ -0,0 +1,10 @@
+--- Source/TagLibrary/GSMarkupWindowController.m.orig 2003-01-26 05:41:50.000000000 +0100
++++ Source/TagLibrary/GSMarkupWindowController.m 2010-05-23 06:49:03.000000000 +0200
+@@ -31,6 +31,7 @@
+ #ifdef GNUSTEP
+ # include <Foundation/NSArray.h>
+ # include <Foundation/NSBundle.h>
++# include <Foundation/NSDictionary.h>
+ # include <Foundation/NSString.h>
+ #else
+ # include <Foundation/Foundation.h>
diff --git a/x11-toolkits/renaissance/files/patch-GSVBox.m b/x11-toolkits/renaissance/files/patch-GSVBox.m
new file mode 100644
index 000000000000..cee05bf88572
--- /dev/null
+++ b/x11-toolkits/renaissance/files/patch-GSVBox.m
@@ -0,0 +1,10 @@
+--- Source/AutoLayout/GSVBox.m.orig 2003-02-05 03:38:14.000000000 +0100
++++ Source/AutoLayout/GSVBox.m 2010-05-23 06:45:31.000000000 +0200
+@@ -33,6 +33,7 @@
+ # include <Foundation/NSNotification.h>
+ # include <AppKit/NSBezierPath.h>
+ # include <AppKit/NSColor.h>
++# include <AppKit/NSGraphics.h>
+ #endif
+
+ #include "GSVBox.h"