summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-05-08 12:55:45 +0000
committerkristerw <kristerw@pkgsrc.org>2005-05-08 12:55:45 +0000
commit51fc665bbca756c81719e498e4b7d7cdcc950c4a (patch)
tree925d0a213a5c9e01074050ce75a85cce7fa6f4b1 /sysutils
parent46c6e1bde39a0135287ab74a4cca93c1a34b3694 (diff)
downloadpkgsrc-51fc665bbca756c81719e498e4b7d7cdcc950c4a.tar.gz
gcc 2.95 does not understand -Wfloat-equal. Use BUILDLINK_TRANSFORM to
remove that option.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/dbus/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/dbus/Makefile.common b/sysutils/dbus/Makefile.common
index 1b3d49f6a48..2dfefec6aee 100644
--- a/sysutils/dbus/Makefile.common
+++ b/sysutils/dbus/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:47:23 tv Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/05/08 12:55:45 kristerw Exp $
#
# XXX Do not update to 0.30 or above yet. The API in the 0.2x series is
@@ -44,6 +44,9 @@ CONFIGURE_ARGS+= --without-x
PKG_SYSCONFSUBDIR= dbus-1
+# gcc 2.95 does not understand -Wfloat-equal
+BUILDLINK_TRANSFORM+= rm:-Wfloat-equal
+
.if defined(DBUS_INTERFACE)
DBUS_ARGS?= ${DBUS_INTERFACE}
DBUS_DIRS?= ${DBUS_INTERFACE}