aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2020-07-13 10:22:10 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2020-07-13 10:22:10 +0000
commit0824821cf049bfd36fcf4b559301dc7042069c23 (patch)
tree6c3c5d91c0d290236d036ed9461b8cbd1909f027 /audio
parent4e7a3a242b77fe1d2da2ae053d775f8a166eebbd (diff)
downloadports-0824821cf049bfd36fcf4b559301dc7042069c23.tar.gz
ports-0824821cf049bfd36fcf4b559301dc7042069c23.zip
MFH: r541479
Fix linking error ld: error: undefined symbol: pow Approved by: portmgr (blanket)
Notes
Notes: svn path=/branches/2020Q3/; revision=542122
Diffstat (limited to 'audio')
-rw-r--r--audio/gnaural/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/gnaural/Makefile b/audio/gnaural/Makefile
index a5e0bb52f3be..4cf9a87940a4 100644
--- a/audio/gnaural/Makefile
+++ b/audio/gnaural/Makefile
@@ -22,4 +22,6 @@ USES= desktop-file-utils gnome pkgconfig
USE_CSTD= gnu89
USE_GNOME= libglade2
+LDFLAGS+= -lm
+
.include <bsd.port.mk>