summaryrefslogtreecommitdiff
path: root/games/xnibbles/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 17:42:56 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 17:42:56 +0000
commit25534956ea1f58e66f8ce8b6d661ef7b4a52876a (patch)
tree3103b4a477a6b06d1fcc46e0167442c8f5fb462f /games/xnibbles/files/patch-aa
parentDefined timefield as a time_t instead of a long for the Alpha. (diff)
Only enable sound support when the machine arch is not Alpha.
Notes
Notes: svn path=/head/; revision=19675
Diffstat (limited to '')
-rw-r--r--games/xnibbles/files/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xnibbles/files/patch-aa b/games/xnibbles/files/patch-aa
index cc4bdec18789..ce00efb901e7 100644
--- a/games/xnibbles/files/patch-aa
+++ b/games/xnibbles/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile Thu Feb 26 00:14:35 1998
-+++ /home/andy/tmp/wrk/Makefile Tue Mar 3 00:00:39 1998
+--- Makefile.orig Wed Feb 25 18:14:35 1998
++++ Makefile Sun Jun 20 19:14:23 1999
@@ -23,12 +23,14 @@
# Compiler to use (C++ compiler _please_)
CC = g++
@@ -24,7 +24,7 @@
# Requires kernel sound support, change from 0 to 1 if you want it
- SOUND = 0
-+ SOUND = 1
++ #SOUND = 0
SOUNDDEV = /dev/dsp
# Requires kernel joystick support, change from 0 to 1 if you want it