aboutsummaryrefslogtreecommitdiffstats
path: root/news
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 /news
parent211a882e5b7eb8f967d8e1ecec4d37339f9a71d0 (diff)
downloadfreebsd-ports-graphics-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.gz
freebsd-ports-graphics-5dd76f2fccd6f98568fdec08566c786a114ddf37.tar.zst
freebsd-ports-graphics-5dd76f2fccd6f98568fdec08566c786a114ddf37.zip
- fix build for gnustep-base 1.21.0
Diffstat (limited to 'news')
-rw-r--r--news/lusernet/files/patch-NNTPSource.m10
-rw-r--r--news/lusernet/files/patch-Pref_Posting.m10
2 files changed, 20 insertions, 0 deletions
diff --git a/news/lusernet/files/patch-NNTPSource.m b/news/lusernet/files/patch-NNTPSource.m
new file mode 100644
index 00000000000..a1f03ed773a
--- /dev/null
+++ b/news/lusernet/files/patch-NNTPSource.m
@@ -0,0 +1,10 @@
+--- NNTPSource.m.orig 2004-03-03 00:58:37.000000000 +0100
++++ NNTPSource.m 2010-05-23 08:56:18.000000000 +0200
+@@ -11,6 +11,7 @@
+ #include <Foundation/NSException.h>
+
+ #include <Foundation/NSBundle.h>
++#include <Foundation/NSDictionary.h>
+
+ #include "MsgDB.h"
+
diff --git a/news/lusernet/files/patch-Pref_Posting.m b/news/lusernet/files/patch-Pref_Posting.m
new file mode 100644
index 00000000000..402452a2acd
--- /dev/null
+++ b/news/lusernet/files/patch-Pref_Posting.m
@@ -0,0 +1,10 @@
+--- Pref_Posting.m.orig 2004-03-03 00:58:37.000000000 +0100
++++ Pref_Posting.m 2010-05-23 08:54:51.000000000 +0200
+@@ -5,6 +5,7 @@
+ #include <Foundation/NSObject.h>
+ #include <Foundation/NSString.h>
+ #include <Foundation/NSUserDefaults.h>
++#include <Foundation/NSBundle.h>
+ #include <GNUstepGUI/GSVbox.h>
+ #include <GNUstepGUI/GSHbox.h>
+ #include <AppKit/NSButton.h>