summaryrefslogtreecommitdiff
path: root/audio/mikmod/patches
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mikmod/patches')
-rw-r--r--audio/mikmod/patches/patch-aa18
-rw-r--r--audio/mikmod/patches/patch-ab11
-rw-r--r--audio/mikmod/patches/patch-ac11
3 files changed, 40 insertions, 0 deletions
diff --git a/audio/mikmod/patches/patch-aa b/audio/mikmod/patches/patch-aa
new file mode 100644
index 00000000000..370477d94e3
--- /dev/null
+++ b/audio/mikmod/patches/patch-aa
@@ -0,0 +1,18 @@
+--- Makefile.orig Sun Apr 20 17:12:31 1997
++++ Makefile Sun Apr 20 17:12:41 1997
+@@ -167,13 +167,13 @@
+ # realtime priority (ie. it'll get all the cpu it wants) using
+ # sched_setscheduler(). Default behaviour remains the same, i.e. to not use
+ # these
+-SNAG=-DCPUTIME_SNAGGER
++#SNAG=-DCPUTIME_SNAGGER
+
+ # Does your system have usleep()? If not, you'll need to uncomment this...
+ #USLEEP=-DNEEDS_USLEEP
+
+ # Does your system have curses or ncurses? If the latter, define NCURSES.
+-#NCURSES=-DNCURSES
++NCURSES=-DNCURSES
+
+ CFLAGS = $(OSFLAGS) $(ZIP) $(SNAG) $(USLEEP) $(NCURSES)
+
diff --git a/audio/mikmod/patches/patch-ab b/audio/mikmod/patches/patch-ab
new file mode 100644
index 00000000000..682ab9264f2
--- /dev/null
+++ b/audio/mikmod/patches/patch-ab
@@ -0,0 +1,11 @@
+--- ui.c.orig Sun Apr 20 17:14:10 1997
++++ ui.c Sun Apr 20 17:14:18 1997
+@@ -25,7 +25,7 @@
+ #include <signal.h>
+
+ #ifdef NCURSES
+-#include <ncurses/ncurses.h>
++#include <ncurses.h>
+ #else
+ #include <curses.h>
+ #endif
diff --git a/audio/mikmod/patches/patch-ac b/audio/mikmod/patches/patch-ac
new file mode 100644
index 00000000000..6491fa8a90b
--- /dev/null
+++ b/audio/mikmod/patches/patch-ac
@@ -0,0 +1,11 @@
+--- display.c.orig Sun Apr 20 17:13:42 1997
++++ display.c Sun Apr 20 17:13:59 1997
+@@ -26,7 +26,7 @@
+ #include "mikmod.h"
+
+ #ifdef NCURSES
+-#include <ncurses/ncurses.h>
++#include <ncurses.h>
+ #else
+ #include <curses.h>
+ #endif