Date: Sat, 5 Jul 2014 14:41:44 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360751 - head/audio/aubio Message-ID: <201407051441.s65Efixj084259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051441.s65Efixj084259>