svn commit: r309811 - head/audio/audacity

Rene Ladan rene at FreeBSD.org
Wed Jan 2 12:09:10 UTC 2013


Author: rene
Date: Wed Jan  2 12:09:09 2013
New Revision: 309811
URL: http://svnweb.freebsd.org/changeset/ports/309811

Log:
  Fix build with clang.
  
  PR:		ports/174376
  Submitted by:	Mark Atkinson <atkin901 at gmail.com>
  Approved by:	maintainer timeout (22 days)

Modified:
  head/audio/audacity/Makefile   (contents, props changed)

Modified: head/audio/audacity/Makefile
==============================================================================
--- head/audio/audacity/Makefile	Wed Jan  2 12:07:39 2013	(r309810)
+++ head/audio/audacity/Makefile	Wed Jan  2 12:09:09 2013	(r309811)
@@ -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>


More information about the svn-ports-all mailing list