summaryrefslogtreecommitdiff
path: root/games/xboing/files/patch-ac
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-11-26 19:45:37 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-11-26 19:45:37 +0000
commit7211490698d9f7564d1fe7cc61e3e163a5d9281b (patch)
treef451b915cb0b3d64d03c525f5cdc4627ea2a5012 /games/xboing/files/patch-ac
parentUpdate to 2.4 (diff)
Update to 2.4
PR: 5514
Notes
Notes: svn path=/head/; revision=8846
Diffstat (limited to 'games/xboing/files/patch-ac')
-rw-r--r--games/xboing/files/patch-ac107
1 files changed, 43 insertions, 64 deletions
diff --git a/games/xboing/files/patch-ac b/games/xboing/files/patch-ac
index 194960707fc6..463d27168004 100644
--- a/games/xboing/files/patch-ac
+++ b/games/xboing/files/patch-ac
@@ -1,64 +1,43 @@
-*** Imakefile.orig Wed Jun 1 17:11:10 1994
---- Imakefile Sun Mar 5 23:43:55 1995
-***************
-*** 5,24 ****
- XCOMM This is the directory where the highscore, level & sound data will be
- XCOMM placed. Default will be the current directory.
-
-! XBOING_DIR = .
-
- XCOMM These are some defines that must be set. Some may be overwritten in the
- XCOMM machine arch section.
-
-! XPMLIB = -L../xpm-3.4c/lib -lXpm
-! XPMINCLUDE = -I../xpm-3.4c/lib
- XBOINGINCLUDE = -I./include
- LEVEL_INSTALL_DIR = $(XBOING_DIR)/levels
- 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
- AUDIO_INCLUDE =
- AUDIO_LIB =
-
---- 5,24 ----
- XCOMM This is the directory where the highscore, level & sound data will be
- XCOMM placed. Default will be the current directory.
-
-! XBOING_DIR = /usr/X11R6/lib/X11/xboing
-
- XCOMM These are some defines that must be set. Some may be overwritten in the
- XCOMM machine arch section.
-
-! XPMLIB = -lXpm
-! XPMINCLUDE = -I/usr/X11R6/include/X11
- XBOINGINCLUDE = -I./include
- LEVEL_INSTALL_DIR = $(XBOING_DIR)/levels
- SOUNDS_DIR = $(XBOING_DIR)/sounds
- BACKUP_DIR = $(XBOING_DIR)/../backups
- HIGH_SCORE_FILE = $(XBOING_DIR)/.xboing.scr
-! AUDIO_AVAILABLE = True
-! AUDIO_SRC = audio/LINUXaudio.c
- AUDIO_INCLUDE =
- AUDIO_LIB =
-
-***************
-*** 98,105 ****
- -DLEVEL_INSTALL_DIR=\"$(LEVEL_INSTALL_DIR)\" \
- -DAUDIO_AVAILABLE=\"$(AUDIO_AVAILABLE)\" \
- -DSOUNDS_DIR=\"$(SOUNDS_DIR)\" \
-! -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\"
-! XCOMM -DUSE_FLOCK=\"True\" \
- XCOMM -DNO_LOCKING=\"True\"
-
- LOCAL_LIBRARIES = $(AUDIO_LIB) $(XPMLIB) $(XLIB) -lm
---- 98,105 ----
- -DLEVEL_INSTALL_DIR=\"$(LEVEL_INSTALL_DIR)\" \
- -DAUDIO_AVAILABLE=\"$(AUDIO_AVAILABLE)\" \
- -DSOUNDS_DIR=\"$(SOUNDS_DIR)\" \
-! -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\" \
-! -DUSE_FLOCK=\"True\"
- XCOMM -DNO_LOCKING=\"True\"
-
- LOCAL_LIBRARIES = $(AUDIO_LIB) $(XPMLIB) $(XLIB) -lm
+--- Imakefile.orig Fri Nov 22 09:28:46 1996
++++ Imakefile Thu Nov 20 03:28:47 1997
+@@ -24,23 +24,23 @@
+ XCOMM This is the directory where the highscore, level & sound data will be
+ XCOMM placed. Default will be the current directory.
+
+- XBOING_DIR = .
++ XBOING_DIR = ${X11BASE}/lib/X11/xboing
+
+ XCOMM These are some defines that must be set. Some may be overwritten in the
+ XCOMM machine arch section.
+
+- XPMLIB = -L/usr/X11/lib -lXpm
+- XPMINCLUDE = -I/usr/X11/include/X11
++ XPMLIB = -lXpm
++ XPMINCLUDE = -I${X11BASE}/include/X11
+ XBOINGINCLUDE = -I./include
+ LEVEL_INSTALL_DIR = $(XBOING_DIR)/levels
+ 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
++ AUDIO_AVAILABLE = True
++ AUDIO_SRC = audio/LINUXaudio.c
+ AUDIO_INCLUDE =
+ AUDIO_LIB =
+- CDEBUGFLAGS = -g
++ CDEBUGFLAGS = -O2 -m486 -pipe
+
+ XCOMM Uncomment this if you want to use ANY of the AUDIO sound systems
+ #define COMPILE_IN_AUDIO
+@@ -132,8 +132,8 @@
+ -DLEVEL_INSTALL_DIR=\"$(LEVEL_INSTALL_DIR)\" \
+ -DAUDIO_AVAILABLE=\"$(AUDIO_AVAILABLE)\" \
+ -DSOUNDS_DIR=\"$(SOUNDS_DIR)\" \
+- -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\"
+-XCOMM -DUSE_FLOCK=\"True\" \
++ -DREADMEP_FILE=\"$(XBOING_DIR)/docs/problems.doc\" \
++ -DUSE_FLOCK=\"True\"
+ XCOMM -DNEED_USLEEP=\"True\" \
+ XCOMM -DNO_LOCKING=\"True\"
+