aboutsummaryrefslogtreecommitdiff
path: root/games/xroads/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-03-31 16:03:40 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-03-31 16:03:40 +0000
commit600b5d58234ca5549b31ae10b35cec8cd7f98536 (patch)
treedbfd61f153d123c3191e9821ee0f819b97a28d25 /games/xroads/files
parent4b4cce753fe63798f0ce57239f5cac152575e09c (diff)
downloadports-600b5d58234ca5549b31ae10b35cec8cd7f98536.tar.gz
ports-600b5d58234ca5549b31ae10b35cec8cd7f98536.zip
Notes
Diffstat (limited to 'games/xroads/files')
-rw-r--r--games/xroads/files/patch-aa10
-rw-r--r--games/xroads/files/patch-ab13
2 files changed, 7 insertions, 16 deletions
diff --git a/games/xroads/files/patch-aa b/games/xroads/files/patch-aa
index 97426d9b5558..7f0e9be73571 100644
--- a/games/xroads/files/patch-aa
+++ b/games/xroads/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile Fri Jul 16 21:37:03 1999
-+++ Makefile.new Sat May 20 00:44:02 2000
+--- Makefile.orig Sat Jul 17 10:37:03 1999
++++ Makefile Fri Mar 30 21:19:14 2001
@@ -5,8 +5,10 @@
# the executable
###########################################################################
@@ -8,8 +8,8 @@
-BINPATH = /usr/X11R6/bin/
+PREFIX ?= /usr/X11R6
+X11BASE ?= /usr/X11R6
-+DATAPATH = ${PREFIX}/share/games/xroads/
-+BINPATH = ${PREFIX}/bin/
++DATAPATH = ${PREFIX}/share/xroads
++BINPATH = ${PREFIX}/bin
# I imagine you would use this BINPATH for Solaris:
#BINPATH = /usr/openwin/bin/
@@ -18,7 +18,7 @@
#CFLAGS = -fomit-frame-pointer -O2 -Wall -DXRMPATH=\"$(DATAPATH)\"
-CFLAGS = -O6 -mpentium -g -Wall -DXRMPATH=\"$(DATAPATH)\"
-+CFLAGS += -Wall -DXRMPATH=\"$(DATAPATH)\" -I${X11BASE}/include
++CFLAGS += -DXRMPATH=\"$(DATAPATH)\" -I${X11BASE}/include
###########################################################################
# Links necessary for X11
diff --git a/games/xroads/files/patch-ab b/games/xroads/files/patch-ab
index d5f8821ae20a..e1d3efc93f4f 100644
--- a/games/xroads/files/patch-ab
+++ b/games/xroads/files/patch-ab
@@ -1,5 +1,5 @@
---- config.h Fri Jul 16 21:37:03 1999
-+++ config.h.new Sat May 20 00:45:15 2000
+--- config.h.orig Sat Jul 17 10:37:03 1999
++++ config.h Fri Mar 30 21:11:09 2001
@@ -30,7 +30,7 @@
/* Comment this out to disable the joystick code. This code currently only
works on Linux, and only uses one joystick */
@@ -9,12 +9,3 @@
/* Don't enable the joystick by default. Otherwise, it defaults to
controlling player 1. Uncomment this if your joystick doesn't work
-@@ -69,7 +69,7 @@
- sure it's actually set to something) */
-
- #ifndef XRMPATH
--#define XRMPATH "./"
-+#define XRMPATH DATADIR "./"
- #endif
-
- /* Comment this out to use the P key to pause the game. If you used this