From b2f3361b5c7fc8d39bcaee71c8d52cf734721a78 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Sat, 29 Mar 2014 14:07:59 +0000 Subject: - Fix build with newer clang - Convert USE_BZIP2 to USES --- audio/whysynth/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/whysynth/Makefile b/audio/whysynth/Makefile index 7099a751d979..24a6e28ee6c2 100644 --- a/audio/whysynth/Makefile +++ b/audio/whysynth/Makefile @@ -21,12 +21,14 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \ libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3f.so:${PORTSDIR}/math/fftw3-float -USES= gmake pkgconfig -USE_BZIP2= yes +USES= gmake pkgconfig tar:bzip2 USE_GNOME= gtk20 USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +post-patch: + @${REINPLACE_CMD} -e 's|-finline-limit=5000||g' ${WRKSRC}/configure + .include -- cgit v1.2.3