summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches/patch-ba
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mikmod/patches/patch-ba')
-rw-r--r--audio/mikmod/patches/patch-ba16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mikmod/patches/patch-ba b/audio/mikmod/patches/patch-ba
new file mode 100644
index 00000000000..aef75255300
--- /dev/null
+++ b/audio/mikmod/patches/patch-ba
@@ -0,0 +1,16 @@
+--- /dev/null Sat Jul 4 02:20:57 1998
++++ build-mikmod.netbsd.sh Sat Jul 4 02:28:22 1998
+@@ -0,0 +1,13 @@
++#!/bin/sh -e
++cd playercode
++gmake -f makefile.netbsd
++cd ..
++cd mmio
++gmake -f makefile.netbsd
++cd ..
++cd usercode
++gmake -f makefile.netbsd
++cp mikmod ../..
++cd ../..
++strip mikmod
++echo All done.