pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/cacti-spine
Module Name: pkgsrc
Committed By: wiedi
Date: Sun Sep 18 21:48:46 UTC 2016
Modified Files:
pkgsrc/net/cacti-spine: Makefile
Log Message:
linking -lm fixes SunOS
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/cacti-spine/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/cacti-spine/Makefile
diff -u pkgsrc/net/cacti-spine/Makefile:1.6 pkgsrc/net/cacti-spine/Makefile:1.7
--- pkgsrc/net/cacti-spine/Makefile:1.6 Thu Jun 2 16:00:02 2016
+++ pkgsrc/net/cacti-spine/Makefile Sun Sep 18 21:48:46 2016
@@ -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 @@ SUBST_SED.paths= -e 's|@PKG_SYSCONFDIR@|
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