Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2013 12:09:09 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r309811 - head/audio/audacity
Message-ID:  <201301021209.r02C99cJ082546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301021209.r02C99cJ082546>