[Midnightbsd-cvs] mports [24472] update make config
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Oct 14 17:44:40 EDT 2018
Revision: 24472
http://svnweb.midnightbsd.org/mports/?rev=24472
Author: laffer1
Date: 2018-10-14 17:44:38 -0400 (Sun, 14 Oct 2018)
Log Message:
-----------
update make config
Modified Paths:
--------------
trunk/games/nextgo/files/patch-smartgo.h
Added Paths:
-----------
trunk/games/nextgo/files/patch-GNUmakefile
Property Changed:
----------------
trunk/games/nextgo/files/patch-smartgo.h
Added: trunk/games/nextgo/files/patch-GNUmakefile
===================================================================
--- trunk/games/nextgo/files/patch-GNUmakefile (rev 0)
+++ trunk/games/nextgo/files/patch-GNUmakefile 2018-10-14 21:44:38 UTC (rev 24472)
@@ -0,0 +1,11 @@
+--- GNUmakefile.orig 2017-08-13 18:43:49 UTC
++++ GNUmakefile
+@@ -28,8 +28,6 @@
+
+ #GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)
+
+-GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Library/Makefiles
+-
+ NeXTGo_MAIN_MODEL_FILE = NeXTGo.gorm
+
+ include $(GNUSTEP_MAKEFILES)/common.make
Property changes on: trunk/games/nextgo/files/patch-GNUmakefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/games/nextgo/files/patch-smartgo.h
===================================================================
--- trunk/games/nextgo/files/patch-smartgo.h 2018-10-14 21:42:03 UTC (rev 24471)
+++ trunk/games/nextgo/files/patch-smartgo.h 2018-10-14 21:44:38 UTC (rev 24472)
@@ -1,6 +1,6 @@
---- smartgo.h.orig Sun Jan 12 05:01:52 2003
-+++ smartgo.h Sat Nov 18 17:18:57 2006
-@@ -122,7 +122,7 @@
+--- smartgo.h.orig 2003-01-12 04:01:52 UTC
++++ smartgo.h
+@@ -122,7 +122,7 @@ typedef struct _node {
extern node* parse_tree(char* inputBuffer);
/* Routines from smartgoeval.c needed by other routines. */
@@ -9,7 +9,7 @@
/* Routines from smartgotree.c needed by other routines. */
-@@ -134,7 +134,7 @@
+@@ -134,7 +134,7 @@ extern node* findLast0(node* currentNode
extern node* forwardOneVariant(node* currentNode);
extern node* backOneVariant(node* currentNode);
extern void clearNodeFlags(node* currentNode);
Property changes on: trunk/games/nextgo/files/patch-smartgo.h
___________________________________________________________________
Deleted: cvs2svn:cvs-rev
## -1 +0,0 ##
-1.1
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list