summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ab
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-09-27 02:18:21 +0000
committerSteve Price <steve@FreeBSD.org>1999-09-27 02:18:21 +0000
commitb7734feec4256abe8da82b81ce8ba23ed392c2a3 (patch)
treee195bd7aeae6f6f772b10167cfd55dd027165c93 /audio/maplay/files/patch-ab
parentUpdate to version 1.4. (diff)
Update the MASTER_SITE and tweak the build a bit.
PR: 13660 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=21980
Diffstat (limited to '')
-rw-r--r--audio/maplay/files/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/maplay/files/patch-ab b/audio/maplay/files/patch-ab
index 0007783c7492..eb0a46814157 100644
--- a/audio/maplay/files/patch-ab
+++ b/audio/maplay/files/patch-ab
@@ -17,15 +17,3 @@
@./configuration.sh
all: maplay
-***************
-*** 47,52 ****
---- 47,55 ----
- maplay: $(OBJS)
- $(COMPILER) $(CFLAGS) $(OBJS) -o $@ $(LIBRARIES) -lm
- -strip $@
-+
-+ install: all
-+ ${INSTALL} -s -c -m 755 maplay ${PREFIX}/bin
-
- .cc.o:
- $(COMPILER) -c $(CFLAGS) $(INCLUDEDIRS) $*.cc -o $@