summaryrefslogtreecommitdiff
path: root/audio/mpmf20/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpmf20/files/patch-ac')
-rw-r--r--audio/mpmf20/files/patch-ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/mpmf20/files/patch-ac b/audio/mpmf20/files/patch-ac
deleted file mode 100644
index b58f52cf5668..000000000000
--- a/audio/mpmf20/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
---- makefile.orig Mon Apr 12 08:49:40 1999
-+++ makefile Fri Feb 18 10:56:04 2000
-@@ -6,11 +6,14 @@
- #
- ###############################################################################
-
-+.if ${MACHINE_ARCH} == "alpha"
-+LDADD= -lio
-+.endif
-+
- all: mpmf20
-
- mpmf20: app.cpp mpmf20.cpp
-- g++ -O1 -o mpmf20 app.cpp mpmf20.cpp
-- chmod +s mpmf20
-+ ${CXX} ${CXXFLAGS} -o mpmf20 app.cpp mpmf20.cpp ${LDADD}
-
- clean:
- rm -f mpmf20