diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-23 20:51:27 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-05-23 20:51:27 +0000 |
commit | cf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch) | |
tree | decd4ea843a45a8c9335888f3542946d0a804f3a /audio | |
parent | 434871ff18beb46a362cd1c62c66944e27e2552c (diff) |
- fix build for gnustep-base 1.21.0
Notes
Notes:
svn path=/head/; revision=254910
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cynthiune/files/patch-EsoundPreference.m | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/cynthiune/files/patch-EsoundPreference.m b/audio/cynthiune/files/patch-EsoundPreference.m new file mode 100644 index 000000000000..17f4bc3ab98d --- /dev/null +++ b/audio/cynthiune/files/patch-EsoundPreference.m @@ -0,0 +1,10 @@ +--- Bundles/Esound/EsoundPreference.m.orig 2006-03-18 05:18:51.000000000 +0100 ++++ Bundles/Esound/EsoundPreference.m 2010-05-23 06:40:35.000000000 +0200 +@@ -26,6 +26,7 @@ + #import <AppKit/NSTextField.h> + #import <AppKit/NSWindow.h> + #import <Foundation/NSBundle.h> ++#import <Foundation/NSDictionary.h> + #import <Foundation/NSNotification.h> + #import <Foundation/NSUserDefaults.h> + |