- Fix build with newer clang

- Convert USE_BZIP2 to USES
This commit is contained in:
Danilo Egea Gondolfo 2014-03-29 14:07:59 +00:00
parent 8c71397ae9
commit b2f3361b5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349515

View file

@ -21,12 +21,14 @@ LIB_DEPENDS= libdssialsacompat.so:${PORTSDIR}/audio/libdssialsacompat \
libfftw3.so:${PORTSDIR}/math/fftw3 \ libfftw3.so:${PORTSDIR}/math/fftw3 \
libfftw3f.so:${PORTSDIR}/math/fftw3-float libfftw3f.so:${PORTSDIR}/math/fftw3-float
USES= gmake pkgconfig USES= gmake pkgconfig tar:bzip2
USE_BZIP2= yes
USE_GNOME= gtk20 USE_GNOME= gtk20
USE_AUTOTOOLS= libtool USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${REINPLACE_CMD} -e 's|-finline-limit=5000||g' ${WRKSRC}/configure
.include <bsd.port.mk> .include <bsd.port.mk>