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-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/mpmf20/files/patch-ac b/audio/mpmf20/files/patch-ac
new file mode 100644
index 000000000000..7e5913ab4626
--- /dev/null
+++ b/audio/mpmf20/files/patch-ac
@@ -0,0 +1,12 @@
+--- makefile.orig Mon Apr 12 06:49:40 1999
++++ makefile Mon Sep 27 10:48:08 1999
+@@ -9,8 +9,7 @@
+ 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
+
+ clean:
+ rm -f mpmf20