svn commit: r349515 - head/audio/whysynth

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Mar 29 14:08:00 UTC 2014


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>


More information about the svn-ports-all mailing list