pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/dbus gcc 2.95 does not understand -Wfloat-equ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/666e3e9ad4b2
branches:  trunk
changeset: 493519:666e3e9ad4b2
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Sun May 08 12:55:45 2005 +0000

description:
gcc 2.95 does not understand -Wfloat-equal.  Use BUILDLINK_TRANSFORM to
remove that option.

diffstat:

 sysutils/dbus/Makefile.common |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b4d287e296cd -r 666e3e9ad4b2 sysutils/dbus/Makefile.common
--- a/sysutils/dbus/Makefile.common     Sun May 08 12:03:56 2005 +0000
+++ b/sysutils/dbus/Makefile.common     Sun May 08 12:55:45 2005 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index