diff options
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> |