svn commit: r360751 - head/audio/aubio

John Marino marino at FreeBSD.org
Sat Jul 5 14:41:45 UTC 2014


Author: marino
Date: Sat Jul  5 14:41:44 2014
New Revision: 360751
URL: http://svnweb.freebsd.org/changeset/ports/360751
QAT: https://qat.redports.org/buildarchive/r360751/

Log:
  audio/aubio: LDFLAGS+= -lm (explicit linking)

Modified:
  head/audio/aubio/Makefile

Modified: head/audio/aubio/Makefile
==============================================================================
--- head/audio/aubio/Makefile	Sat Jul  5 14:39:33 2014	(r360750)
+++ head/audio/aubio/Makefile	Sat Jul  5 14:41:44 2014	(r360751)
@@ -24,5 +24,6 @@ USES=		gmake pathfix pkgconfig libtool
 USE_LDCONFIG=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-lm
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list