diff options
Diffstat (limited to 'audio/emixer/patches')
-rw-r--r-- | audio/emixer/patches/patch-aa | 16 | ||||
-rw-r--r-- | audio/emixer/patches/patch-ab | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/audio/emixer/patches/patch-aa b/audio/emixer/patches/patch-aa new file mode 100644 index 00000000000..115d4fd20b7 --- /dev/null +++ b/audio/emixer/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ + +--- mixer.h.orig Mon Dec 13 02:18:43 1999 ++++ mixer.h Mon Dec 13 02:19:01 1999 +@@ -17,7 +17,11 @@ + #include <sys/stat.h> + #include <unistd.h> + #include <fcntl.h> ++#ifdef __NetBSD__ ++#include <soundcard.h> ++#else + #include <sys/soundcard.h> ++#endif + #include <signal.h> + #include <sys/types.h> + #include <termios.h> diff --git a/audio/emixer/patches/patch-ab b/audio/emixer/patches/patch-ab new file mode 100644 index 00000000000..6c14b9b3697 --- /dev/null +++ b/audio/emixer/patches/patch-ab @@ -0,0 +1,16 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/12/13 02:48:41 hubertf Exp $ + +--- nctgui.h.orig Mon Dec 13 02:15:43 1999 ++++ nctgui.h Mon Dec 13 02:18:32 1999 +@@ -9,7 +9,11 @@ + + /* include files used by gui.c and main.c */ + #include <ncurses.h> ++#ifdef __NetBSD__ ++#include <slang.h> ++#else + #include <slang/slang.h> ++#endif + #include <string.h> + + /* defines used by gui.c and main.c */ |