diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-05-24 04:51:27 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-05-24 04:51:27 +0800 |
commit | 5dd76f2fccd6f98568fdec08566c786a114ddf37 (patch) | |
tree | b517ced326dcf66b1e3c13f5b6aaf41add629d91 /news | |
parent | 211a882e5b7eb8f967d8e1ecec4d37339f9a71d0 (diff) | |
download | freebsd-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.m | 10 | ||||
-rw-r--r-- | news/lusernet/files/patch-Pref_Posting.m | 10 |
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> |