diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-04 14:51:03 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-04 14:51:03 +0000 |
commit | 6a14a411860776d3d47e3a9824dd0235b8218ad2 (patch) | |
tree | 8dcea08ca5e1c4369f2b7a4ae5439bddfc960bb9 /x11/xbelld | |
parent | 29d301ad20c74f3da09d30f7bd5592fc14fcb2ee (diff) |
Notes
Diffstat (limited to 'x11/xbelld')
-rw-r--r-- | x11/xbelld/Makefile | 3 |
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 \ |