diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-05 13:45:02 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-05 13:45:02 +0800 |
commit | 4229634cfb654b4430e96bc68631ab5508b8b4e5 (patch) | |
tree | 5376eeec97d5f4eacb5e73528b26ce1d1739be5c /games/gnushogi | |
parent | 3a353c729f7e145f3a2bb403cb58e472fbebd26b (diff) | |
download | freebsd-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/gnushogi')
-rw-r--r-- | games/gnushogi/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 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) |