1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Fix build with clang.

PR:		ports/174376
Submitted by:	Mark Atkinson <atkin901@gmail.com>
Approved by:	maintainer timeout (22 days)
This commit is contained in:
Rene Ladan 2013-01-02 12:09:09 +00:00
parent 6c6b3e92da
commit 51993baf9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309811

View File

@ -186,4 +186,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|libresample.a -lsamplerate $(LIBS)|libresample.a $(LIBS)|' ${WRKSRC}/lib-src/libresample/Makefile.in
.endif
@${REINPLACE_CMD} -e 's|inline void|static inline void|' ${WRKSRC}/lib-src/libnyquist/nyquist/ffts/src/fftlib.c
.include <bsd.port.mk>