pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql91-client databases/postgresql91-c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/adcf33d38a8d
branches:  trunk
changeset: 610078:adcf33d38a8d
user:      marino <marino%pkgsrc.org@localhost>
date:      Wed Oct 17 16:06:09 2012 +0000

description:
databases/postgresql91-client: Revert gcc46+ warning flag

GCC 4.1 does not recognize Wno-unused-but-set-variable, and setting it
breaks the build.  Remove the flag now and plan to fix the gcc46+ build
another way later.

diffstat:

 databases/postgresql91-client/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 25f3826c49d6 -r adcf33d38a8d databases/postgresql91-client/Makefile
--- a/databases/postgresql91-client/Makefile    Wed Oct 17 13:52:03 2012 +0000
+++ b/databases/postgresql91-client/Makefile    Wed Oct 17 16:06:09 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/10/07 10:24:54 marino Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/17 16:06:09 marino Exp $
 
 PKGNAME=       ${DISTNAME:C/-/91-client-/}
 COMMENT=       PostgreSQL database client programs
@@ -42,9 +42,6 @@
 # XXX work around core dumps with the native libedit
 USE_GNU_READLINE=      yes
 
-# Silence unused but set variable warnings from GCC4.7
-CFLAGS+=       -Wno-unused-but-set-variable
-
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index