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 /sysutils/burn | |
parent | 53d5af5fb8205fbfae401958a1835a2819d1ef10 (diff) | |
download | ports-e15eb67265e0a539b617852b39f321fc1fc09672.tar.gz ports-e15eb67265e0a539b617852b39f321fc1fc09672.zip |
Notes
Diffstat (limited to 'sysutils/burn')
-rw-r--r-- | sysutils/burn/files/patch-ExtProgressIndicator.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysutils/burn/files/patch-ExtProgressIndicator.m b/sysutils/burn/files/patch-ExtProgressIndicator.m new file mode 100644 index 000000000000..518d3df0c8cd --- /dev/null +++ b/sysutils/burn/files/patch-ExtProgressIndicator.m @@ -0,0 +1,10 @@ +--- ExtProgressIndicator.m.orig 2005-05-12 17:58:49.000000000 +0200 ++++ ExtProgressIndicator.m 2008-05-03 09:35:27.000000000 +0200 +@@ -21,6 +21,7 @@ + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + ++#include <AppKit/NSAttributedString.h> + #include <AppKit/NSColor.h> + #include <AppKit/NSParagraphStyle.h> + #include <Foundation/Foundation.h> |