From 35e7d3e58c167258cba5aa1c9f2243e0d6efe13a Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 22 Oct 2013 03:33:10 -0700 Subject: [PATCH] Updated recipe for sdl_mixer to add support of libmikmod, still need to add in fluidsynth. --- media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe index c318dd6b8..e39e5f55a 100644 --- a/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe +++ b/media-libs/sdl_mixer/sdl_mixer-1.2.12.recipe @@ -22,7 +22,7 @@ REQUIRES=" libmad libvorbis libogg -# libmikmod + libmikmod smpeg " @@ -40,12 +40,14 @@ BUILD_PREREQUIRES=" cmd:make cmd:pkg_config cmd:sdl_config + cmd:smpeg_config + cmd:libmikmod_config devel:libogg devel:flac devel:libmad devel:libvorbis devel:libogg -# devel:libmikmod + devel:libmikmod devel:smpeg "