diff options
author | joerg <joerg@pkgsrc.org> | 2014-04-16 21:03:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-04-16 21:03:05 +0000 |
commit | a460fc67d3a594cfeecad453ba1103372b7db27f (patch) | |
tree | b6f42947cbf78520301d370bb96990659f6ca531 /emulators | |
parent | 72c31e0e54df5306901fb05227f2f35d8c6e8351 (diff) | |
download | pkgsrc-a460fc67d3a594cfeecad453ba1103372b7db27f.tar.gz |
Ignore fabs(l) use buglets.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tme/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index ecebbcb32c6..b45eb824bbb 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2014/01/16 10:59:58 martin Exp $ +# $NetBSD: Makefile,v 1.49 2014/04/16 21:03:05 joerg Exp $ # DISTNAME= tme-0.8 @@ -26,7 +26,8 @@ BUILDLINK_DEPMETHOD.libXt?= build .if !empty(PKGSRC_COMPILER:Mclang) _WRAP_EXTRA_ARGS.CC+= -Wno-error=tautological-compare \ -Wno-error=sometimes-uninitialized \ - -Wno-error=unused-function + -Wno-error=unused-function \ + -Wno-error=absolute-value .elif !empty(CC_VERSION:Mgcc-4.8.*) _WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-but-set-variable \ -Wno-error=array-bounds \ |