summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2008-06-24 19:13:01 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2008-06-24 19:13:01 +0000
commitf538b91d4aa96eab0eb184ad5ab61735d4dfff0d (patch)
tree86f523ecbd761f9106fe27076acb5ab6c3f2d3b3
parent- TimeMon moved (diff)
- fix build for gnstep-base 1.15
Notes
Notes: svn path=/head/; revision=215723
-rw-r--r--databases/mylibrary/files/patch-LibrarySource.m10
-rw-r--r--databases/mylibrary/files/patch-Utilities.m10
-rw-r--r--deskutils/helpviewer/files/patch-mainWindowController.m10
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/mylibrary/files/patch-LibrarySource.m b/databases/mylibrary/files/patch-LibrarySource.m
new file mode 100644
index 000000000000..d277c2eecea7
--- /dev/null
+++ b/databases/mylibrary/files/patch-LibrarySource.m
@@ -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"
diff --git a/databases/mylibrary/files/patch-Utilities.m b/databases/mylibrary/files/patch-Utilities.m
new file mode 100644
index 000000000000..282af70aa8dd
--- /dev/null
+++ b/databases/mylibrary/files/patch-Utilities.m
@@ -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>
diff --git a/deskutils/helpviewer/files/patch-mainWindowController.m b/deskutils/helpviewer/files/patch-mainWindowController.m
new file mode 100644
index 000000000000..8c33665a3b8a
--- /dev/null
+++ b/deskutils/helpviewer/files/patch-mainWindowController.m
@@ -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