diff options
author | 2007-01-10 19:46:45 +0000 | |
---|---|---|
committer | 2007-01-10 19:46:45 +0000 | |
commit | 9fb7ffaa945e780be4654c5e0fdd2509b66290cd (patch) | |
tree | 054a5d89a6aa4876d33e95369fbd718b9e0bd430 /media-sound/timidity++/files | |
parent | Stable on amd64/x86 and removing older versions. (diff) | |
download | historical-9fb7ffaa945e780be4654c5e0fdd2509b66290cd.tar.gz historical-9fb7ffaa945e780be4654c5e0fdd2509b66290cd.tar.bz2 historical-9fb7ffaa945e780be4654c5e0fdd2509b66290cd.zip |
Fix configure failure when enabling NAS without X useflag enabled, closes bug #156708; fix build failure when enabling FLAC without OggFlac bug #156539.
Package-Manager: portage-2.1.2_rc4-r7
Diffstat (limited to 'media-sound/timidity++/files')
-rw-r--r-- | media-sound/timidity++/files/timidity++-2.13.2-flac.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-sound/timidity++/files/timidity++-2.13.2-flac.patch b/media-sound/timidity++/files/timidity++-2.13.2-flac.patch new file mode 100644 index 000000000000..4674c5e1961e --- /dev/null +++ b/media-sound/timidity++/files/timidity++-2.13.2-flac.patch @@ -0,0 +1,18 @@ +*** TiMidity++-2.13.2/timidity/flac_a.c Sun May 23 07:35:44 2004 +--- TiMidity++-2.13.2/timidity/flac_a.c Sat Dec 30 13:24:08 2006 +*************** +*** 813,819 **** + return; + } +- +- if (flac_options.isogg) { + #ifdef AU_OGGFLAC + if ((ctx->state.ogg = OggFLAC__stream_encoder_get_state(ctx->encoder.ogg.stream)) != OggFLAC__STREAM_ENCODER_OK) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "OggFLAC stream encoder is invalid (%s)", +--- 813,818 ---- + return; + } + #ifdef AU_OGGFLAC ++ if (flac_options.isogg) { + if ((ctx->state.ogg = OggFLAC__stream_encoder_get_state(ctx->encoder.ogg.stream)) != OggFLAC__STREAM_ENCODER_OK) { + ctl->cmsg(CMSG_ERROR, VERB_NORMAL, "OggFLAC stream encoder is invalid (%s)", |