diff options
author | rene <rene@FreeBSD.org> | 2013-01-02 20:09:09 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-01-02 20:09:09 +0800 |
commit | 88093dfcd6d4cd01c43de6e32da0e671f96992fc (patch) | |
tree | 91f2b24db230a2ed3ac97fe9e294a07e848c153f /audio/audacity | |
parent | 92d154b17b7a420a5d69fe2018bd7c03912e596f (diff) | |
download | freebsd-ports-gnome-88093dfcd6d4cd01c43de6e32da0e671f96992fc.tar.gz freebsd-ports-gnome-88093dfcd6d4cd01c43de6e32da0e671f96992fc.tar.zst freebsd-ports-gnome-88093dfcd6d4cd01c43de6e32da0e671f96992fc.zip |
Fix build with clang.
PR: ports/174376
Submitted by: Mark Atkinson <atkin901@gmail.com>
Approved by: maintainer timeout (22 days)
Diffstat (limited to 'audio/audacity')
-rw-r--r-- | audio/audacity/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 51d394f6d035..98787d18271a 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -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> |