diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-03-29 14:07:59 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-03-29 14:07:59 +0000 |
commit | b2f3361b5c7fc8d39bcaee71c8d52cf734721a78 (patch) | |
tree | 4952aea83a5dcf47ecc55e678dd367e5e4fbb0fb /audio | |
parent | 8c71397ae9a63d636049649f8e7627c4c6489e20 (diff) |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/whysynth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
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 <bsd.port.mk> |