diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-05 14:38:25 +0000 |
commit | e15eb67265e0a539b617852b39f321fc1fc09672 (patch) | |
tree | 5b483e0019e4fc3b4c0e88159e3f95a072ea6b31 /deskutils/cartotheque | |
parent | 53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff) | |
download | ports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip |
Notes
Diffstat (limited to 'deskutils/cartotheque')
-rw-r--r-- | deskutils/cartotheque/files/patch-CardView.m | 10 |
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> |