aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cartotheque
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 /deskutils/cartotheque
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 'deskutils/cartotheque')
-rw-r--r--deskutils/cartotheque/files/patch-CardView.m10
1 files changed, 10 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>