diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:37:08 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:37:08 +0000 |
commit | 11d601a4bfdfe5c522b54267fed557e28fb3cfd5 (patch) | |
tree | d2e0918481ed3f50c13b3d0c7b6267ffa9c364f6 /graphics | |
parent | 63c8d22076e560d1bc23ae667b909f576c9a26fc (diff) | |
download | ports-11d601a4bfdfe5c522b54267fed557e28fb3cfd5.tar.gz ports-11d601a4bfdfe5c522b54267fed557e28fb3cfd5.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/dtv/files/patch-aa | 11 |
1 files changed, 11 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> |