diff options
-rw-r--r-- | games/gnushogi/files/patch-aa | 2 | ||||
-rw-r--r-- | games/xboing/files/patch-ac | 2 |
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 |