summaryrefslogtreecommitdiff
path: root/audio/maplay/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-ab')
-rw-r--r--audio/maplay/files/patch-ab31
1 files changed, 0 insertions, 31 deletions
diff --git a/audio/maplay/files/patch-ab b/audio/maplay/files/patch-ab
deleted file mode 100644
index 0007783c7492..000000000000
--- a/audio/maplay/files/patch-ab
+++ /dev/null
@@ -1,31 +0,0 @@
-*** work/Makefile.orig Tue Feb 14 08:18:41 1995
---- work/Makefile Tue Feb 14 08:19:52 1995
-***************
-*** 39,45 ****
-
- .SUFFIXES: .cc
-
-! install:
- @./configuration.sh
-
- all: maplay
---- 39,45 ----
-
- .SUFFIXES: .cc
-
-! pre-install:
- @./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 $@