summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-05-08 12:55:45 +0000
committerkristerw <kristerw>2005-05-08 12:55:45 +0000
commitf45f2f837cbfe6f561826238b3ef9e153f62b42f (patch)
tree925d0a213a5c9e01074050ce75a85cce7fa6f4b1 /sysutils
parent9233ebfac5a237cc9bb409d99ccdbf9a3803f376 (diff)
downloadpkgsrc-f45f2f837cbfe6f561826238b3ef9e153f62b42f.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}