pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/rrdtool rrdtool explicitly forbids any use o...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/67847b8a3a22
branches:  trunk
changeset: 500755:67847b8a3a22
user:      abs <abs%pkgsrc.org@localhost>
date:      Wed Oct 12 19:24:42 2005 +0000

description:
rrdtool explicitly forbids any use of -ffast-math

diffstat:

 databases/rrdtool/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 9306b0fc8860 -r 67847b8a3a22 databases/rrdtool/Makefile
--- a/databases/rrdtool/Makefile        Wed Oct 12 19:24:20 2005 +0000
+++ b/databases/rrdtool/Makefile        Wed Oct 12 19:24:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/10/02 00:09:40 wulf Exp $
+# $NetBSD: Makefile,v 1.41 2005/10/12 19:24:42 abs Exp $
 #
 
 DISTNAME=      rrdtool-1.2.11
@@ -26,6 +26,9 @@
 PERL5_PACKLIST+=       auto/RRDp/.packlist
 PERL5_PACKLIST+=       auto/RRDs/.packlist
 
+# rrdtool explicitly forbids any use of -ffast-math
+BUILDLINK_TRANSFORM+=  rm:-ffast-math
+
 RRDDOCDIR=             ${PREFIX}/share/doc/rrdtool
 
 .include "../../graphics/freetype2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index