aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-05 13:45:02 +0800
committersimokawa <simokawa@FreeBSD.org>1999-01-05 13:45:02 +0800
commit4229634cfb654b4430e96bc68631ab5508b8b4e5 (patch)
tree5376eeec97d5f4eacb5e73528b26ce1d1739be5c /games
parent3a353c729f7e145f3a2bb403cb58e472fbebd26b (diff)
downloadfreebsd-ports-gnome-4229634cfb654b4430e96bc68631ab5508b8b4e5.tar.gz
freebsd-ports-gnome-4229634cfb654b4430e96bc68631ab5508b8b4e5.tar.zst
freebsd-ports-gnome-4229634cfb654b4430e96bc68631ab5508b8b4e5.zip
remove -m486 option for alpha.
xboing is still broken on alpha for lack of sound support.
Diffstat (limited to 'games')
-rw-r--r--games/gnushogi/files/patch-aa2
-rw-r--r--games/xboing/files/patch-ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/games/gnushogi/files/patch-aa b/games/gnushogi/files/patch-aa
index 1fbddad9e9e5..3bef78685438 100644
--- a/games/gnushogi/files/patch-aa
+++ b/games/gnushogi/files/patch-aa
@@ -33,7 +33,7 @@
#CFLAGS= -g -funroll-loops # gnu cc 2.00 on SunOS with debug
-CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
+#CFLAGS= -O2 -funroll-loops # gnu cc 2.00 on SunOS
-+CFLAGS= -O2 -m486 -pipe -fno-strength-reduce
++CFLAGS= -O2 -pipe -fno-strength-reduce
# flags for DJGPP package
#COFF2EXE= coff2exe $(GNUSHOGI)
diff --git a/games/xboing/files/patch-ac b/games/xboing/files/patch-ac
index 84992cda22fb..63e4d6f22229 100644
--- a/games/xboing/files/patch-ac
+++ b/games/xboing/files/patch-ac
@@ -26,7 +26,7 @@
AUDIO_INCLUDE =
AUDIO_LIB =
- CDEBUGFLAGS = -g
-+ CDEBUGFLAGS = -O2 -m486 -pipe
++ CDEBUGFLAGS = -O2 -pipe
XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems
#define COMPILE_IN_AUDIO