Date: Sat, 29 Mar 2014 14:08:00 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349515 - head/audio/whysynth Message-ID: <201403291408.s2TE805Y005277@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danilo Date: Sat Mar 29 14:07:59 2014 New Revision: 349515 URL: http://svnweb.freebsd.org/changeset/ports/349515 QAT: https://qat.redports.org/buildarchive/r349515/ Log: - Fix build with newer clang - Convert USE_BZIP2 to USES Modified: head/audio/whysynth/Makefile Modified: head/audio/whysynth/Makefile ============================================================================== --- head/audio/whysynth/Makefile Sat Mar 29 14:05:38 2014 (r349514) +++ head/audio/whysynth/Makefile Sat Mar 29 14:07:59 2014 (r349515) @@ -21,12 +21,14 @@ LIB_DEPENDS= libdssialsacompat.so:${PORT 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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291408.s2TE805Y005277>