diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-20 05:32:03 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-20 05:32:03 +0000 |
commit | b3ed2e4c62bba68db15be68d300d5ab968483995 (patch) | |
tree | 3ed193a8ece5d1a0ab2075b2842e69ed4d757587 /dev-java/kaffe/files | |
parent | arm/ia64/s390/sh stable (diff) | |
download | historical-b3ed2e4c62bba68db15be68d300d5ab968483995.tar.gz historical-b3ed2e4c62bba68db15be68d300d5ab968483995.tar.bz2 historical-b3ed2e4c62bba68db15be68d300d5ab968483995.zip |
Applied patch to fix compile problem with newer alsa-lib.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-java/kaffe/files')
-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); */ |