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 /www/gnustep-ticker/files/patch-CellAdditions.m | |
parent | Drop maintainership for ports I haven't used for quite a while. (diff) |
- fix build for option WITH_GNUSTEP_DEVEL
Notes
Notes:
svn path=/head/; revision=212659
Diffstat (limited to 'www/gnustep-ticker/files/patch-CellAdditions.m')
-rw-r--r-- | www/gnustep-ticker/files/patch-CellAdditions.m | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/gnustep-ticker/files/patch-CellAdditions.m b/www/gnustep-ticker/files/patch-CellAdditions.m new file mode 100644 index 000000000000..30143e6307d3 --- /dev/null +++ b/www/gnustep-ticker/files/patch-CellAdditions.m @@ -0,0 +1,9 @@ +--- CellAdditions.m.orig 2006-03-31 01:10:38.000000000 +0200 ++++ CellAdditions.m 2008-05-03 09:04:25.000000000 +0200 +@@ -1,5 +1,6 @@ + + #import "CellAdditions.h" ++#import <AppKit/NSAttributedString.h> + + @implementation NSCell (CellAdditions) + |