diff options
author | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
---|---|---|
committer | augustss <augustss> | 1997-10-28 23:18:20 +0000 |
commit | f8e906be96435c1ec9f3f8dba3ab6d8698cb08be (patch) | |
tree | cc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/mikmod/patches | |
parent | 3492a1d2d3c36ad01439a85ba2bad6462bb0288d (diff) | |
download | pkgsrc-f8e906be96435c1ec9f3f8dba3ab6d8698cb08be.tar.gz |
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/mikmod/patches')
-rw-r--r-- | audio/mikmod/patches/patch-aa | 18 | ||||
-rw-r--r-- | audio/mikmod/patches/patch-ab | 11 | ||||
-rw-r--r-- | audio/mikmod/patches/patch-ac | 11 |
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 |