diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-01-02 12:09:09 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-01-02 12:09:09 +0000 |
commit | 51993baf9e8ea1c25c6ab6dd21bab89c524b1ae2 (patch) | |
tree | 91f2b24db230a2ed3ac97fe9e294a07e848c153f /audio/audacity | |
parent | 6c6b3e92dab27f39122ef840fd3c4994698d063b (diff) | |
download | ports-51993baf9e8ea1c25c6ab6dd21bab89c524b1ae2.tar.gz ports-51993baf9e8ea1c25c6ab6dd21bab89c524b1ae2.zip |
Notes
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> |