From 1928ba35c6c85a6f64b284561904ee3477291bb3 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 13 May 2014 11:15:28 +0200 Subject: [PATCH] SDL_sound: use script wrapper to detect SDL. --- srcpkgs/SDL_sound/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/SDL_sound/template b/srcpkgs/SDL_sound/template index 536f486f29e..b48daa5ac05 100644 --- a/srcpkgs/SDL_sound/template +++ b/srcpkgs/SDL_sound/template @@ -1,10 +1,10 @@ # Template file for 'SDL_sound' pkgname=SDL_sound version=1.0.3 -revision=4 +revision=5 build_style=gnu-configure configure_args="--disable-static" -hostmakedepends="pkg-config SDL-devel" +hostmakedepends="pkg-config" makedepends="SDL-devel libmikmod-devel>=3.2.0 libvorbis-devel libflac-devel speex-devel smpeg-devel" short_desc="A library to decode several popular sound file formats, such as .WAV and .MP3"