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/xboing | |
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/xboing')
-rw-r--r-- | games/xboing/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |