summaryrefslogtreecommitdiff
path: root/games/xboing/files/patch-aa
diff options
context:
space:
mode:
authorSteven Wallace <swallace@FreeBSD.org>1995-03-06 08:13:37 +0000
committerSteven Wallace <swallace@FreeBSD.org>1995-03-06 08:13:37 +0000
commit1427eec80f7284c6b2706802af5177fa56d9c857 (patch)
tree9e048894f9bf2c7c9377bf6fbeb2e6df68c93c94 /games/xboing/files/patch-aa
parentCanna, a kana-kanji conversion engine from NEC. (diff)
Added sound support.
Notes
Notes: svn path=/head/; revision=1100
Diffstat (limited to 'games/xboing/files/patch-aa')
-rw-r--r--games/xboing/files/patch-aa51
1 files changed, 0 insertions, 51 deletions
diff --git a/games/xboing/files/patch-aa b/games/xboing/files/patch-aa
index cc8f8f89bf4a..44cbd8c75fa4 100644
--- a/games/xboing/files/patch-aa
+++ b/games/xboing/files/patch-aa
@@ -1,54 +1,3 @@
-diff -rc ../xboing2.2.orig/Imakefile ./Imakefile
-*** ../xboing2.2.orig/Imakefile Thu Jun 2 02:11:10 1994
---- ./Imakefile Wed Feb 1 00:26:57 1995
-***************
-*** 5,17 ****
- 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../xpm3.4/lib -lXpm
-! XPMINCLUDE = -I../xpm3.4/lib
- XBOINGINCLUDE = -I./include
- LEVEL_INSTALL_DIR = $(XBOING_DIR)/levels
- SOUNDS_DIR = $(XBOING_DIR)/sounds
---- 5,17 ----
- 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
-***************
-*** 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
diff -rc ../xboing2.2.orig/include/misc.h ./include/misc.h
*** ../xboing2.2.orig/include/misc.h Wed May 25 01:32:15 1994
--- ./include/misc.h Wed Feb 1 00:37:19 1995