svn commit: r367273 - head/x11/xbelld

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 4 14:51:03 UTC 2014


Author: tijl
Date: Thu Sep  4 14:51:03 2014
New Revision: 367273
URL: http://svnweb.freebsd.org/changeset/ports/367273
QAT: https://qat.redports.org/buildarchive/r367273/

Log:
  Add missing -lm
  
  Reported by:	sbruno

Modified:
  head/x11/xbelld/Makefile

Modified: head/x11/xbelld/Makefile
==============================================================================
--- head/x11/xbelld/Makefile	Thu Sep  4 14:49:47 2014	(r367272)
+++ head/x11/xbelld/Makefile	Thu Sep  4 14:51:03 2014	(r367273)
@@ -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 \


More information about the svn-ports-head mailing list