aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cynthiune
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2007-05-25 14:02:39 +0800
committerdinoex <dinoex@FreeBSD.org>2007-05-25 14:02:39 +0800
commitac225b881d25f3a719eb7518b39b6f9f1394f93f (patch)
treee982141d68d248b870ca93f6c1c45a341f4bb68d /audio/cynthiune
parent381f3feca1b959065d578154c138dec8b2c842d1 (diff)
downloadfreebsd-ports-graphics-ac225b881d25f3a719eb7518b39b6f9f1394f93f.tar.gz
freebsd-ports-graphics-ac225b881d25f3a719eb7518b39b6f9f1394f93f.tar.zst
freebsd-ports-graphics-ac225b881d25f3a719eb7518b39b6f9f1394f93f.zip
- add missing include
Submitted by: ludovic Approved by: gurkan (maintainer)
Diffstat (limited to 'audio/cynthiune')
-rw-r--r--audio/cynthiune/files/patch-NSCellExtensions.m10
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/cynthiune/files/patch-NSCellExtensions.m b/audio/cynthiune/files/patch-NSCellExtensions.m
new file mode 100644
index 00000000000..314df0bccfe
--- /dev/null
+++ b/audio/cynthiune/files/patch-NSCellExtensions.m
@@ -0,0 +1,10 @@
+--- Frameworks/Cynthiune/NSCellExtensions.m.original 2007-04-22 14:53:07.000000000 -0400
++++ Frameworks/Cynthiune/NSCellExtensions.m 2007-04-22 14:51:08.000000000 -0400
+@@ -20,6 +20,7 @@
+ * Boston, MA 02111-1307, USA.
+ */
+
++#import <AppKit/NSAttributedString.h>
+ #import <AppKit/NSStringDrawing.h>
+
+ #import "NSCellExtensions.h"