aboutsummaryrefslogtreecommitdiff
path: root/graphics/gnustep-slideshow/files
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-05-23 20:51:27 +0000
commitcf38b673c9d0d64f2f6303cbd51829725cbe9994 (patch)
treedecd4ea843a45a8c9335888f3542946d0a804f3a /graphics/gnustep-slideshow/files
parent434871ff18beb46a362cd1c62c66944e27e2552c (diff)
downloadports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.tar.gz
ports-cf38b673c9d0d64f2f6303cbd51829725cbe9994.zip
Notes
Diffstat (limited to 'graphics/gnustep-slideshow/files')
-rw-r--r--graphics/gnustep-slideshow/files/patch-PreferencesController.m12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/gnustep-slideshow/files/patch-PreferencesController.m b/graphics/gnustep-slideshow/files/patch-PreferencesController.m
new file mode 100644
index 000000000000..cec49d8a43f7
--- /dev/null
+++ b/graphics/gnustep-slideshow/files/patch-PreferencesController.m
@@ -0,0 +1,12 @@
+--- PreferencesController.m.orig 2004-12-17 10:10:22.000000000 +0100
++++ PreferencesController.m 2010-05-23 05:22:03.000000000 +0200
+@@ -32,7 +32,9 @@
+
+ #include "InputView.h"
+
++#include <Foundation/NSArchiver.h>
+ #include <Foundation/NSNotification.h>
++#include <Foundation/NSUserDefaults.h>
+
+ #include <AppKit/NSBrowser.h>
+ #include <AppKit/NSBrowserCell.h>