summaryrefslogtreecommitdiffstats
path: root/games/xgalaga/files
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-06-22 18:05:17 +0000
committersteve <steve@FreeBSD.org>1999-06-22 18:05:17 +0000
commit0265c625fac6abed11dab17c2bce21f974b0767d (patch)
treed240d8367b565a14edd348ef90ab142dabcd095b /games/xgalaga/files
parent32bb5e86b53caad00d4e40d3e1dd9e8aa42ad7e0 (diff)
downloadFreeBSD-ports-0265c625fac6abed11dab17c2bce21f974b0767d.zip
FreeBSD-ports-0265c625fac6abed11dab17c2bce21f974b0767d.tar.gz
Fully support turning off sound support and make it the default on the
Alpha.
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 486e409..4a7dcc0 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
OpenPOWER on IntegriCloud