diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 08:37:08 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 08:37:08 +0800 |
commit | 8c43df38d440d7af7f497e75f8717a863fdcf074 (patch) | |
tree | 8915e983af2daacaddd198c195777f5278199357 /multimedia | |
parent | d96788c709832fc5770e37cd8c00457b3b19b15d (diff) | |
download | freebsd-ports-gnome-8c43df38d440d7af7f497e75f8717a863fdcf074.tar.gz freebsd-ports-gnome-8c43df38d440d7af7f497e75f8717a863fdcf074.tar.zst freebsd-ports-gnome-8c43df38d440d7af7f497e75f8717a863fdcf074.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dtv/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
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> |