diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:47:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-05-11 13:47:40 +0000 |
commit | fe608702904a930f92d737ecb8c6287117b08eea (patch) | |
tree | 6b6fdc4310297129b1173d613fe60586198c2343 | |
parent | This Login.app is a simple "greeter" program you can use for XDM sessions. (diff) |
- fix build for option WITH_GNUSTEP_DEVEL
-rw-r--r-- | news/lusernet/files/patch-MsgDB.m | 10 | ||||
-rw-r--r-- | news/lusernet/files/patch-pantomime_1_2 | 14 | ||||
-rw-r--r-- | textproc/localize/files/patch-StringsEntry.m | 10 |
3 files changed, 32 insertions, 2 deletions
diff --git a/news/lusernet/files/patch-MsgDB.m b/news/lusernet/files/patch-MsgDB.m new file mode 100644 index 000000000000..275682356605 --- /dev/null +++ b/news/lusernet/files/patch-MsgDB.m @@ -0,0 +1,10 @@ +--- MsgDB.m.orig 2004-03-03 00:58:37.000000000 +0100 ++++ MsgDB.m 2008-05-03 09:39:45.000000000 +0200 +@@ -18,6 +18,7 @@ + #include <Foundation/NSAutoreleasePool.h> + #include <Foundation/NSNotification.h> + #include <Foundation/NSData.h> ++#include <Foundation/NSDictionary.h> + + #include "MsgDB.h" + diff --git a/news/lusernet/files/patch-pantomime_1_2 b/news/lusernet/files/patch-pantomime_1_2 index 5fc1f9b3e64d..8e7fee3e8c5e 100644 --- a/news/lusernet/files/patch-pantomime_1_2 +++ b/news/lusernet/files/patch-pantomime_1_2 @@ -174,9 +174,10 @@ diff -urNad lusernet.app-0.4.2~/FolderThreader.m FolderThreader.m diff -urNad lusernet.app-0.4.2~/FolderWindowController.m FolderWindowController.m --- lusernet.app-0.4.2~/FolderWindowController.m 2004-03-03 01:58:37.000000000 +0200 +++ FolderWindowController.m 2006-09-27 00:13:21.000000000 +0300 -@@ -20,7 +20,7 @@ +@@ -20,7 +20,8 @@ #include <AppKit/NSCell.h> #include <AppKit/NSFont.h> ++#include <AppKit/NSEvent.h> -#include <Pantomime/MimeUtility.h> +#include <Pantomime/CWMIMEUtility.h> @@ -216,6 +217,14 @@ diff -urNad lusernet.app-0.4.2~/MessageViewController.h MessageViewController.h diff -urNad lusernet.app-0.4.2~/MessageViewController.m MessageViewController.m --- lusernet.app-0.4.2~/MessageViewController.m 2004-03-03 01:58:37.000000000 +0200 +++ MessageViewController.m 2006-09-27 00:13:21.000000000 +0300 +@@ -5,6 +5,7 @@ + #include <Foundation/NSObject.h> + #include <Foundation/NSBundle.h> + #include <Foundation/NSFileManager.h> ++#include <AppKit/NSAttributedString.h> + #include <AppKit/NSFileWrapper.h> + #include <AppKit/NSTextView.h> + #include <AppKit/NSScrollView.h> @@ -21,11 +21,11 @@ #include "GUISource.h" @@ -468,10 +477,11 @@ diff -urNad lusernet.app-0.4.2~/Pref_MessageViewing.h Pref_MessageViewing.h diff -urNad lusernet.app-0.4.2~/Pref_MessageViewing.m Pref_MessageViewing.m --- lusernet.app-0.4.2~/Pref_MessageViewing.m 2004-03-03 01:58:37.000000000 +0200 +++ Pref_MessageViewing.m 2006-09-27 00:13:21.000000000 +0300 -@@ -8,11 +8,14 @@ +@@ -8,11 +8,15 @@ #include <Foundation/NSBundle.h> #include <AppKit/NSButton.h> ++#include <AppKit/NSFontManager.h> +#include <AppKit/NSPopUpButton.h> #include <AppKit/NSTextField.h> #include <GNUstepGUI/GSVbox.h> diff --git a/textproc/localize/files/patch-StringsEntry.m b/textproc/localize/files/patch-StringsEntry.m new file mode 100644 index 000000000000..b717357e621c --- /dev/null +++ b/textproc/localize/files/patch-StringsEntry.m @@ -0,0 +1,10 @@ +--- StringsEntry.m.orig 2004-04-20 17:06:56.000000000 +0200 ++++ StringsEntry.m 2008-05-03 09:31:51.000000000 +0200 +@@ -20,6 +20,7 @@ + + #include <Foundation/NSObject.h> + #include <Foundation/NSArray.h> ++#include <Foundation/NSString.h> + + #include "StringsEntry.h" + |