aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-04 14:51:03 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-04 14:51:03 +0000
commit6a14a411860776d3d47e3a9824dd0235b8218ad2 (patch)
tree8dcea08ca5e1c4369f2b7a4ae5439bddfc960bb9 /x11
parent29d301ad20c74f3da09d30f7bd5592fc14fcb2ee (diff)
downloadports-6a14a411860776d3d47e3a9824dd0235b8218ad2.tar.gz
ports-6a14a411860776d3d47e3a9824dd0235b8218ad2.zip
Add missing -lm
Reported by: sbruno
Notes
Notes: svn path=/head/; revision=367273
Diffstat (limited to 'x11')
-rw-r--r--x11/xbelld/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xbelld/Makefile b/x11/xbelld/Makefile
index 43053e7ce7e2..869ee3be0d48 100644
--- a/x11/xbelld/Makefile
+++ b/x11/xbelld/Makefile
@@ -17,7 +17,8 @@ USES= imake tar:tgz
USE_XORG= ice sm xtrap xmu xt
USE_GNOME= esound
-MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile"
+# xbelld calls sqrt which requires -lm on some architectures
+MAKE_ARGS= EXTRA_LDOPTIONS="-lX11 -laudiofile -lm"
PLIST_FILES= bin/xbelld \
lib/X11/app-defaults/XBellD \