diff options
-rw-r--r-- | graphics/dtv/files/patch-aa | 11 | ||||
-rw-r--r-- | multimedia/dtv/files/patch-aa | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/dtv/files/patch-aa b/graphics/dtv/files/patch-aa new file mode 100644 index 000000000000..020fcbab6c1d --- /dev/null +++ b/graphics/dtv/files/patch-aa @@ -0,0 +1,11 @@ +--- defs.h.orig Sat Sep 7 16:44:57 2002 ++++ defs.h Sat Sep 7 16:45:03 2002 +@@ -12,7 +12,7 @@ + #include <sys/shm.h> + #include <machine/ioctl_bt848.h> + #include <machine/ioctl_meteor.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #include <stdio.h> + #include <stdlib.h> + #include <stdarg.h> diff --git a/multimedia/dtv/files/patch-aa b/multimedia/dtv/files/patch-aa new file mode 100644 index 000000000000..020fcbab6c1d --- /dev/null +++ b/multimedia/dtv/files/patch-aa @@ -0,0 +1,11 @@ +--- defs.h.orig Sat Sep 7 16:44:57 2002 ++++ defs.h Sat Sep 7 16:45:03 2002 +@@ -12,7 +12,7 @@ + #include <sys/shm.h> + #include <machine/ioctl_bt848.h> + #include <machine/ioctl_meteor.h> +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #include <stdio.h> + #include <stdlib.h> + #include <stdarg.h> |