pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libsoup24 -Wno-error=format-zero-length should not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8801a5829684
branches:  trunk
changeset: 650467:8801a5829684
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Apr 23 09:35:24 2015 +0000

description:
-Wno-error=format-zero-length should not be needed any more. From richard@

diffstat:

 net/libsoup24/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 75c4e61cb113 -r 8801a5829684 net/libsoup24/Makefile
--- a/net/libsoup24/Makefile    Thu Apr 23 09:31:34 2015 +0000
+++ b/net/libsoup24/Makefile    Thu Apr 23 09:35:24 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2015/04/22 19:58:26 tnn Exp $
+# $NetBSD: Makefile,v 1.68 2015/04/23 09:35:24 tnn Exp $
 
 DISTNAME=      libsoup-2.48.1
 PKGNAME=       ${DISTNAME:S/libsoup/libsoup24/}
@@ -31,9 +31,6 @@
 .include "../../mk/compiler.mk"
 .if !empty(CC_VERSION:Mgcc-4.[01].*) || !empty(CC_VERSION:Mgcc-[1-3].*)
 CONFIGURE_ARGS+=       --disable-more-warnings
-.elif !empty(CC_VERSION:Mgcc-4.[8].*)
-_WRAP_EXTRA_ARGS.CC+=  -Wno-error=format-zero-length
-CWRAPPERS_APPEND.cc+=  -Wno-error=format-zero-length
 .endif
 
 .if !empty(PKGSRC_COMPILER:Mclang)



Home | Main Index | Thread Index | Old Index