Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jul 2020 10:22:10 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r542122 - branches/2020Q3/audio/gnaural
Message-ID:  <202007131022.06DAMAUD029057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Mon Jul 13 10:22:10 2020
New Revision: 542122
URL: https://svnweb.freebsd.org/changeset/ports/542122

Log:
  MFH: r541479
  
  Fix linking error
  
  ld: error: undefined symbol: pow
  
  Approved by:	portmgr (blanket)

Modified:
  branches/2020Q3/audio/gnaural/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/audio/gnaural/Makefile
==============================================================================
--- branches/2020Q3/audio/gnaural/Makefile	Mon Jul 13 10:00:20 2020	(r542121)
+++ branches/2020Q3/audio/gnaural/Makefile	Mon Jul 13 10:22:10 2020	(r542122)
@@ -22,4 +22,6 @@ USES=		desktop-file-utils gnome pkgconfig
 USE_CSTD=	gnu89
 USE_GNOME=	libglade2
 
+LDFLAGS+=	-lm
+
 .include <bsd.port.mk>



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