diff options
author | steve <steve@FreeBSD.org> | 1999-06-23 02:03:28 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-23 02:03:28 +0800 |
commit | 32bb5e86b53caad00d4e40d3e1dd9e8aa42ad7e0 (patch) | |
tree | 7de7558e6109e84747586619944eed79a3251c91 /games/xboing/files | |
parent | 9ba293d10cdb68ab89655694b22ce165f94dec5e (diff) | |
download | freebsd-ports-gnome-32bb5e86b53caad00d4e40d3e1dd9e8aa42ad7e0.tar.gz freebsd-ports-gnome-32bb5e86b53caad00d4e40d3e1dd9e8aa42ad7e0.tar.zst freebsd-ports-gnome-32bb5e86b53caad00d4e40d3e1dd9e8aa42ad7e0.zip |
Disable sound support on the Alpha. Also move the manpage from the PLIST
to the Makefile.
Diffstat (limited to 'games/xboing/files')
-rw-r--r-- | games/xboing/files/patch-ac | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/games/xboing/files/patch-ac b/games/xboing/files/patch-ac index 63e4d6f22229..7e4d8f4c6e6e 100644 --- a/games/xboing/files/patch-ac +++ b/games/xboing/files/patch-ac @@ -1,6 +1,6 @@ ---- Imakefile.orig Fri Nov 22 09:28:46 1996 -+++ Imakefile Thu Jul 16 11:08:58 1998 -@@ -24,23 +24,23 @@ +--- Imakefile.orig Thu Nov 21 19:28:46 1996 ++++ Imakefile Sun Jun 20 18:39:19 1999 +@@ -24,23 +24,28 @@ XCOMM This is the directory where the highscore, level & sound data will be XCOMM placed. Default will be the current directory. @@ -19,10 +19,13 @@ SOUNDS_DIR = $(XBOING_DIR)/sounds BACKUP_DIR = $(XBOING_DIR)/../backups HIGH_SCORE_FILE = $(XBOING_DIR)/.xboing.scr -- AUDIO_AVAILABLE = False -- AUDIO_SRC = audio/NOaudio.c ++#ifdef AlphaArchitecture + AUDIO_AVAILABLE = False + AUDIO_SRC = audio/NOaudio.c ++#else + AUDIO_AVAILABLE = True + AUDIO_SRC = audio/LINUXaudio.c ++#endif AUDIO_INCLUDE = AUDIO_LIB = - CDEBUGFLAGS = -g @@ -30,7 +33,7 @@ XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems #define COMPILE_IN_AUDIO -@@ -132,8 +132,8 @@ +@@ -132,8 +137,8 @@ -DLEVEL_INSTALL_DIR=\"$(LEVEL_INSTALL_DIR)\" \ -DAUDIO_AVAILABLE=\"$(AUDIO_AVAILABLE)\" \ -DSOUNDS_DIR=\"$(SOUNDS_DIR)\" \ |