aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2010-05-24 04:51:27 +0800
committerdinoex <dinoex@FreeBSD.org>2010-05-24 04:51:27 +0800
commit5dd76f2fccd6f98568fdec08566c786a114ddf37 (patch)
treeb517ced326dcf66b1e3c13f5b6aaf41add629d91 /graphics
parent211a882e5b7eb8f967d8e1ecec4d37339f9a71d0 (diff)
downloadfreebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.gz
freebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.zst
freebsd-ports-gnome-5dd76f2fccd6f98568fdec08566c786a114ddf37.zip
- fix build for gnustep-base 1.21.0
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnustep-slideshow/files/patch-PreferencesController.m12
-rw-r--r--graphics/svgviewer/files/patch-Document.m9
2 files changed, 19 insertions, 2 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>
diff --git a/graphics/svgviewer/files/patch-Document.m b/graphics/svgviewer/files/patch-Document.m
index 1bb00218bd03..c4f62727f8fb 100644
--- a/graphics/svgviewer/files/patch-Document.m
+++ b/graphics/svgviewer/files/patch-Document.m
@@ -1,7 +1,12 @@
--- Document.m.orig 2005-05-23 21:30:29.000000000 +0200
-+++ Document.m 2008-05-03 09:33:21.000000000 +0200
-@@ -10,6 +10,7 @@
++++ Document.m 2010-05-23 08:46:40.000000000 +0200
+@@ -7,9 +7,12 @@
+ #include <math.h>
+ #include <time.h>
+
++#include <Foundation/NSCharacterSet.h>
#include <Foundation/NSFileManager.h>
++#include <Foundation/NSValue.h>
#include <AppKit/NSBezierPath.h>
#include <AppKit/NSFontManager.h>
+#include <AppKit/NSGraphics.h>