svn commit: r323648 - head/audio/specimen

John Marino marino at FreeBSD.org
Thu Jul 25 15:08:15 UTC 2013


Author: marino
Date: Thu Jul 25 15:08:14 2013
New Revision: 323648
URL: http://svnweb.freebsd.org/changeset/ports/323648

Log:
  audio/specimen: directly link libmath
  
  Fixes indirect linking errors on modern binutils (fix from dports)
  
  Approved by:	bapt (mentor)

Modified:
  head/audio/specimen/Makefile

Modified: head/audio/specimen/Makefile
==============================================================================
--- head/audio/specimen/Makefile	Thu Jul 25 15:06:52 2013	(r323647)
+++ head/audio/specimen/Makefile	Thu Jul 25 15:08:14 2013	(r323648)
@@ -24,6 +24,7 @@ LIB_DEPENDS=	jack:${PORTSDIR}/audio/jack
 USE_GNOME=	libgnomecanvas libxml2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
+LDFLAGS+=	-lm
 
 DESKTOP_ENTRIES="Specimen" "" "${DATADIR}/pixmaps/specimen.png" \
 		"${PORTNAME}" "" ""


More information about the svn-ports-all mailing list