summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2005-10-12 19:24:42 +0000
committerabs <abs@pkgsrc.org>2005-10-12 19:24:42 +0000
commit8486765fcd78d13ca23f57dda156da50def74aa0 (patch)
tree3811e9b9bc99b9e525db42a4ed0feacae20ddd7b /databases
parentae03f1d0660082e7eee602ed7c0515395e30333b (diff)
downloadpkgsrc-8486765fcd78d13ca23f57dda156da50def74aa0.tar.gz
rrdtool explicitly forbids any use of -ffast-math
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index a35c4d5e28e..f4af5bf4b11 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -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_CONFIGURE= NO
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"