diff options
author | 2009-03-08 22:11:04 +0000 | |
---|---|---|
committer | 2009-03-08 22:11:04 +0000 | |
commit | ba39c9b480e061c3cf3b2e1eb45b6219ac27fa6b (patch) | |
tree | c5ac5d68ae9375a3e6057c79ee45a72f078f2ff5 /media-sound/timidity++/files | |
parent | use EAPI=2 and replace built_with_use with USE-deps, solves bug #261235 (diff) | |
download | gentoo-2-ba39c9b480e061c3cf3b2e1eb45b6219ac27fa6b.tar.gz gentoo-2-ba39c9b480e061c3cf3b2e1eb45b6219ac27fa6b.tar.bz2 gentoo-2-ba39c9b480e061c3cf3b2e1eb45b6219ac27fa6b.zip |
Fix implicit decl errors on 64bit systems.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/timidity++/files')
-rw-r--r-- | media-sound/timidity++/files/timidity++-2.13.2-protos.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/media-sound/timidity++/files/timidity++-2.13.2-protos.patch b/media-sound/timidity++/files/timidity++-2.13.2-protos.patch new file mode 100644 index 000000000000..1dc046080e11 --- /dev/null +++ b/media-sound/timidity++/files/timidity++-2.13.2-protos.patch @@ -0,0 +1,10 @@ +--- TiMidity++-2.13.2/timidity/flac_a.c ++++ TiMidity++-2.13.2/timidity/flac_a.c +@@ -61,6 +61,7 @@ + #include "w32_libOGGFLAC_dll_g.h" + #endif + ++#include "common.h" + #include "timidity.h" + #include "output.h" + #include "controls.h" |