mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- fix build for option WITH_GNUSTEP_DEVEL
This commit is contained in:
parent
b5b30a258e
commit
fe60870290
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212917
10
news/lusernet/files/patch-MsgDB.m
Normal file
10
news/lusernet/files/patch-MsgDB.m
Normal file
@ -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"
|
||||
|
@ -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>
|
||||
|
10
textproc/localize/files/patch-StringsEntry.m
Normal file
10
textproc/localize/files/patch-StringsEntry.m
Normal file
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user