diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-29 13:38:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-07-29 13:38:31 +0000 |
commit | 151b9075ba87d6ce53836fbd35e83b6c6d30d7cd (patch) | |
tree | 3689ecc295a21c68be44e00ae12709a7628e7083 /media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch | |
parent | Added ~mips. (diff) | |
download | gentoo-2-151b9075ba87d6ce53836fbd35e83b6c6d30d7cd.tar.gz gentoo-2-151b9075ba87d6ce53836fbd35e83b6c6d30d7cd.tar.bz2 gentoo-2-151b9075ba87d6ce53836fbd35e83b6c6d30d7cd.zip |
Added patch for Gentoo/FreeBSD compatibility. Thanks to Alberto Zennaro on bug #100112.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch')
-rw-r--r-- | media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch b/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch new file mode 100644 index 000000000000..2a2e4053ca52 --- /dev/null +++ b/media-libs/a52dec/files/a52dec-0.7.4-freebsd.patch @@ -0,0 +1,11 @@ +--- /var/tmp/portage/a52dec-0.7.4-r5/work/a52dec-0.7.4/libao/audio_out_oss.c 2002-04-28 12:23:02 +0200 ++++ audio_out_oss.c 2005-07-23 15:42:50 +0200 +@@ -35,7 +35,7 @@ + #if defined(__OpenBSD__) + #include <soundcard.h> + #elif defined(__FreeBSD__) +-#include <machine/soundcard.h> ++#include <sys/soundcard.h> + #ifndef AFMT_S16_NE + #include <machine/endian.h> + #if BYTE_ORDER == LITTLE_ENDIAN |