diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-17 03:25:20 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-08-17 03:25:20 +0800 |
commit | 795a669c67133020d34190f00d7b948e4cf04fe4 (patch) | |
tree | 80f6a0ae3232cd1fedf09db327f5a67bac0daf4d /audio | |
parent | 9d1d286121fa3d21ff025aab69134183249899f8 (diff) | |
download | marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar.gz marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar.bz2 marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar.lz marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar.xz marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.tar.zst marcuscom-ports-795a669c67133020d34190f00d7b948e4cf04fe4.zip |
Fix build on -CURRENT.
Obtained from: FreeBSD ports tree
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1069 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnome-media/files/patch-gmix_gmix.h | 11 | ||||
-rw-r--r-- | audio/gnomemedia2/files/patch-gmix_gmix.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/audio/gnome-media/files/patch-gmix_gmix.h b/audio/gnome-media/files/patch-gmix_gmix.h new file mode 100644 index 000000000..600110df6 --- /dev/null +++ b/audio/gnome-media/files/patch-gmix_gmix.h @@ -0,0 +1,11 @@ +--- gmix/gmix.h.orig Sat Aug 16 15:13:57 2003 ++++ gmix/gmix.h Sat Aug 16 15:14:47 2003 +@@ -25,7 +25,7 @@ + */ + #define GMIX_VERSION 0x030000 + +-#if defined(ALSA) || defined(__FreeBSD__) ++#if defined(ALSA) || (defined(__FreeBSD__) && !defined(SOUND_MIXER_INFO)) + /* stolen from OSS's soundcard.h */ + typedef struct mixer_info + { diff --git a/audio/gnomemedia2/files/patch-gmix_gmix.h b/audio/gnomemedia2/files/patch-gmix_gmix.h new file mode 100644 index 000000000..600110df6 --- /dev/null +++ b/audio/gnomemedia2/files/patch-gmix_gmix.h @@ -0,0 +1,11 @@ +--- gmix/gmix.h.orig Sat Aug 16 15:13:57 2003 ++++ gmix/gmix.h Sat Aug 16 15:14:47 2003 +@@ -25,7 +25,7 @@ + */ + #define GMIX_VERSION 0x030000 + +-#if defined(ALSA) || defined(__FreeBSD__) ++#if defined(ALSA) || (defined(__FreeBSD__) && !defined(SOUND_MIXER_INFO)) + /* stolen from OSS's soundcard.h */ + typedef struct mixer_info + { |