diff options
Diffstat (limited to 'dev-java/kaffe/files/kaffe-1.1.6-alsa.patch')
-rw-r--r-- | dev-java/kaffe/files/kaffe-1.1.6-alsa.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-java/kaffe/files/kaffe-1.1.6-alsa.patch b/dev-java/kaffe/files/kaffe-1.1.6-alsa.patch new file mode 100644 index 000000000000..55064ec59713 --- /dev/null +++ b/dev-java/kaffe/files/kaffe-1.1.6-alsa.patch @@ -0,0 +1,17 @@ +diff -u kaffe/libraries/clib/sound/alsa/constants_check.h:1.1 +kaffe/libraries/clib/sound/alsa/constants_check.h:1.2 +--- kaffe/libraries/clib/sound/alsa/constants_check.h 2004/04/28 20:42:58 1.1 ++++ kaffe/libraries/clib/sound/alsa/constants_check.h 2006/01/18 07:37:43 1.2 +@@ -136,8 +136,12 @@ + assert(SND_SEQ_PRIORITY_HIGH == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_PRIORITY_HIGH); + assert(SND_SEQ_PRIORITY_MASK == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_PRIORITY_MASK); + assert(SND_SEQ_CLIENT_SYSTEM == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_CLIENT_SYSTEM); ++#ifdef SND_SEQ_CLIENT_DUMMY + assert(SND_SEQ_CLIENT_DUMMY == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_CLIENT_DUMMY); ++#endif ++#ifdef SND_SEQ_CLIENT_OSS + assert(SND_SEQ_CLIENT_OSS == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_CLIENT_OSS); ++#endif + /* assert(SND_SEQ_FILTER_BROADCAST == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_FILTER_BROADCAST); */ + /* assert(SND_SEQ_FILTER_MULTICAST == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_FILTER_MULTICAST); */ + /* assert(SND_SEQ_FILTER_BOUNCE == org_tritonus_lowlevel_alsa_AlsaSeq_SND_SEQ_FILTER_BOUNCE); */ |