mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- fix build for gnstep-base 1.15
This commit is contained in:
parent
ce2a5d265b
commit
f538b91d4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215723
3 changed files with 30 additions and 0 deletions
10
databases/mylibrary/files/patch-LibrarySource.m
Normal file
10
databases/mylibrary/files/patch-LibrarySource.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- LibrarySource.m.orig 2004-08-10 15:02:17.000000000 +0200
|
||||
+++ LibrarySource.m 2008-06-16 20:51:24.000000000 +0200
|
||||
@@ -20,6 +20,7 @@
|
||||
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
+#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstep.h"
|
||||
#include "LibrarySource.h"
|
||||
#include "AttributesSource.h"
|
10
databases/mylibrary/files/patch-Utilities.m
Normal file
10
databases/mylibrary/files/patch-Utilities.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- Utilities.m.orig 2004-08-05 22:13:35.000000000 +0200
|
||||
+++ Utilities.m 2008-06-16 20:51:15.000000000 +0200
|
||||
@@ -20,6 +20,7 @@
|
||||
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
+#include "GNUstepBase/GNUstep.h"
|
||||
#include "GNUstep.h"
|
||||
#include "Utilities.h"
|
||||
#include <Foundation/Foundation.h>
|
10
deskutils/helpviewer/files/patch-mainWindowController.m
Normal file
10
deskutils/helpviewer/files/patch-mainWindowController.m
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- mainWindowController.m.orig 2003-04-05 08:47:02.000000000 +0200
|
||||
+++ mainWindowController.m 2008-06-16 20:36:29.000000000 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
|
||||
+#include "GNUstepBase/GNUstep.h"
|
||||
#include "mainWindowController.h"
|
||||
|
||||
@implementation MainWindowController
|
Loading…
Add table
Reference in a new issue