pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/cacti-spine linking -lm fixes SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/192be8c63568
branches:  trunk
changeset: 352738:192be8c63568
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Sep 18 21:48:46 2016 +0000

description:
linking -lm fixes SunOS

diffstat:

 net/cacti-spine/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 33f5a17d687f -r 192be8c63568 net/cacti-spine/Makefile
--- a/net/cacti-spine/Makefile  Sun Sep 18 21:47:37 2016 +0000
+++ b/net/cacti-spine/Makefile  Sun Sep 18 21:48:46 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2016/06/02 16:00:02 hauke Exp $
+# $NetBSD: Makefile,v 1.7 2016/09/18 21:48:46 wiedi Exp $
 #
 
 DISTNAME=      cacti-spine-0.8.8h
@@ -33,6 +33,8 @@
 
 INSTALL_MAKE_FLAGS+=   configdir=${EGDIR}
 
+LDFLAGS.SunOS+=                -lm
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DESTDIR}${PREFIX}/${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/${DOCDIR}



Home | Main Index | Thread Index | Old Index