diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-04 06:50:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-08-04 06:50:44 +0000 |
commit | 9a4f0bcaf2c499fa99afdb2a88a2cc54d1b7e808 (patch) | |
tree | 9e0e37fd0383c9298f9ae25b1c2952818e06262f /games/xboing/files/patch-ac | |
parent | Add 2 new GCC mirrors. (diff) |
- Fix sound initialisation problem
- new option WITHOUT_AUDIO
default now supports sound on alpha
Notes
Notes:
svn path=/head/; revision=86259
Diffstat (limited to 'games/xboing/files/patch-ac')
-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 7e4d8f4c6e6e..0d9f5240991a 100644 --- a/games/xboing/files/patch-ac +++ b/games/xboing/files/patch-ac @@ -19,7 +19,7 @@ SOUNDS_DIR = $(XBOING_DIR)/sounds BACKUP_DIR = $(XBOING_DIR)/../backups HIGH_SCORE_FILE = $(XBOING_DIR)/.xboing.scr -+#ifdef AlphaArchitecture ++#ifdef WITHOUT_AUDIO AUDIO_AVAILABLE = False AUDIO_SRC = audio/NOaudio.c +#else |