diff options
author | kristerw <kristerw@pkgsrc.org> | 2005-05-08 12:55:45 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2005-05-08 12:55:45 +0000 |
commit | 27f5e18278962f6ce59644ddb45bbc228b27c403 (patch) | |
tree | 925d0a213a5c9e01074050ce75a85cce7fa6f4b1 /sysutils/dbus | |
parent | 949a7c95f1548a346529098a9cc65873a37ee220 (diff) | |
download | pkgsrc-27f5e18278962f6ce59644ddb45bbc228b27c403.tar.gz |
gcc 2.95 does not understand -Wfloat-equal. Use BUILDLINK_TRANSFORM to
remove that option.
Diffstat (limited to 'sysutils/dbus')
-rw-r--r-- | sysutils/dbus/Makefile.common | 5 |
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} |