pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/nagios-plugins Solaris needs -lm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/711b9fe17332
branches:  trunk
changeset: 535793:711b9fe17332
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 29 10:03:19 2007 +0000

description:
Solaris needs -lm.

diffstat:

 net/nagios-plugins/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dbdd262deeb2 -r 711b9fe17332 net/nagios-plugins/Makefile
--- a/net/nagios-plugins/Makefile       Thu Nov 29 09:13:30 2007 +0000
+++ b/net/nagios-plugins/Makefile       Thu Nov 29 10:03:19 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2007/11/26 22:14:27 seb Exp $
+# $NetBSD: Makefile,v 1.11 2007/11/29 10:03:19 rillig Exp $
 #
 
 PKGREVISION=   3
@@ -29,6 +29,7 @@
 CPPFLAGS_LFS!=         getconf LFS_CFLAGS
 MAKE_ENV+=             CPPFLAGS_LFS=${CPPFLAGS_LFS:Q}
 .endif
+LIBS.SunOS+=   -lm
 
 .if !exists(/usr/bin/ssh)
 DEPENDS+=      {ssh{,6}-[0-9]*,openssh-[0-9]*}:../../security/openssh



Home | Main Index | Thread Index | Old Index