summaryrefslogtreecommitdiff
path: root/games/xgalaga/files
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-22 18:05:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-22 18:05:17 +0000
commitb67d334e967b010fe54ed502c6e51a1d611cbedc (patch)
tree8cfdab31f66a2b58ae3c9c7f99df456c578b759c /games/xgalaga/files
parentDisable sound support on the Alpha. Also move the manpage from the PLIST (diff)
Fully support turning off sound support and make it the default on the
Alpha.
Notes
Notes: svn path=/head/; revision=19687
Diffstat (limited to 'games/xgalaga/files')
-rw-r--r--games/xgalaga/files/patch-aa11
1 files changed, 7 insertions, 4 deletions
diff --git a/games/xgalaga/files/patch-aa b/games/xgalaga/files/patch-aa
index 486e40928c02..4a7dcc0c8f68 100644
--- a/games/xgalaga/files/patch-aa
+++ b/games/xgalaga/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile.in.orig Sun Apr 12 10:10:46 1998
-+++ Makefile.in Thu May 28 09:41:05 1998
-@@ -43,11 +43,12 @@
+--- Makefile.in.orig Sun Apr 12 03:10:46 1998
++++ Makefile.in Sun Jun 20 18:59:18 1999
+@@ -43,11 +43,14 @@
$(CC) $(LDFLAGS) -o $(SOUNDSRV) $(SOUNDOBJS) $(SOUNDLIBS)
install: all
@@ -8,9 +8,12 @@
+ ./mkinstalldirs $(bindir)
+ ./mkinstalldirs $(prefix)
$(INSTALL) $(TARGET) $(bindir)/$(TARGET)
- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
+- $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV)
- mkinstalldirs $(prefix)/sounds
- mkinstalldirs $(prefix)/levels
++ if [ "X$(SOUNDSRV)" != "X"]; then \
++ $(INSTALL) $(SOUNDSRV) $(prefix)/$(SOUNDSRV); \
++ fi
+ ./mkinstalldirs $(prefix)/sounds
+ ./mkinstalldirs $(prefix)/levels
for i in levels/*.xgl; do $(INSTALL) $$i $(prefix)/$$i ; done