aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
committerdinoex <dinoex@FreeBSD.org>2008-05-05 22:38:25 +0800
commitca17ffafe1db767e1adb83218dea8f5ccf27b3c8 (patch)
tree5a86ace193ad401e5a520532687f8faa2ef64e29 /deskutils
parentc1793682a0684b95f514e4120ce294525bf207fa (diff)
downloadfreebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.gz
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.tar.zst
freebsd-ports-gnome-ca17ffafe1db767e1adb83218dea8f5ccf27b3c8.zip
- fix build for option WITH_GNUSTEP_DEVEL
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/cartotheque/files/patch-CardView.m10
-rw-r--r--deskutils/toolbox/files/patch-DefaultView.h10
2 files changed, 20 insertions, 0 deletions
diff --git a/deskutils/cartotheque/files/patch-CardView.m b/deskutils/cartotheque/files/patch-CardView.m
new file mode 100644
index 000000000000..9600dc96e9de
--- /dev/null
+++ b/deskutils/cartotheque/files/patch-CardView.m
@@ -0,0 +1,10 @@
+--- CardView.m.orig 2005-03-13 18:52:24.000000000 +0100
++++ CardView.m 2008-05-03 09:38:44.000000000 +0200
+@@ -11,6 +11,7 @@
+ #import "CardView.h"
+
+ #import <Foundation/NSDictionary.h>
++#import <AppKit/NSAttributedString.h>
+ #import <AppKit/NSColor.h>
+ #import <AppKit/NSFont.h>
+ #import <AppKit/NSTextStorage.h>
diff --git a/deskutils/toolbox/files/patch-DefaultView.h b/deskutils/toolbox/files/patch-DefaultView.h
new file mode 100644
index 000000000000..2ca11054e907
--- /dev/null
+++ b/deskutils/toolbox/files/patch-DefaultView.h
@@ -0,0 +1,10 @@
+--- DefaultEditor/DefaultView.h.orig 2003-03-28 17:09:41.000000000 +0100
++++ DefaultEditor/DefaultView.h 2008-05-03 09:50:08.000000000 +0200
+@@ -27,6 +27,7 @@
+ #ifndef _Toolbox_DefaultEditor_H_DefaultView
+ #define _Toolbox_DefaultEditor_H_DefaultView
+
++#include <Foundation/NSDictionary.h>
+ #include <AppKit/NSView.h>
+
+ @class NSOutlineView;