mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Fix build with newer clang
- Convert USE_BZIP2 to USES
This commit is contained in:
parent
8c71397ae9
commit
b2f3361b5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349515
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue