summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cmp3/files/patch-ab')
-rw-r--r--audio/cmp3/files/patch-ab20
1 files changed, 20 insertions, 0 deletions
diff --git a/audio/cmp3/files/patch-ab b/audio/cmp3/files/patch-ab
new file mode 100644
index 000000000000..3c277718cd2b
--- /dev/null
+++ b/audio/cmp3/files/patch-ab
@@ -0,0 +1,20 @@
+--- cmp3.h.orig Sat Apr 10 21:49:16 1999
++++ cmp3.h Sat Apr 10 21:54:51 1999
+@@ -1,7 +1,7 @@
+ #ifndef _CMP3_H
+ #define _CMP3_H
+
+-#include<curses.h>
++#include<ncurses.h>
+
+ #ifndef NCURSES_VERSION
+ #error "This program requires ncurses to function"
+@@ -15,7 +15,7 @@
+ #include<sys/wait.h>
+ #include<sys/ioctl.h>
+ #include<sys/stat.h>
+-#include<sys/soundcard.h>
++#include<machine/soundcard.h>
+ #include<fcntl.h>
+ #include<stdio.h>
+ #include<stdlib.h>