diff options
author | marino <marino@pkgsrc.org> | 2012-10-17 16:06:09 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-10-17 16:06:09 +0000 |
commit | e4f8d1c02e3b3f3f34b9a8bf14ff8b9ce139eb4c (patch) | |
tree | ce391bd8fa68b314e228001d991c252edfdcfe5e /databases/postgresql91-client | |
parent | 6e1886e97403d5f6d9a027ff31c15f61dabd944a (diff) | |
download | pkgsrc-e4f8d1c02e3b3f3f34b9a8bf14ff8b9ce139eb4c.tar.gz |
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 (limited to 'databases/postgresql91-client')
-rw-r--r-- | databases/postgresql91-client/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/postgresql91-client/Makefile b/databases/postgresql91-client/Makefile index 44a2e555ad0..a2aec921d92 100644 --- a/databases/postgresql91-client/Makefile +++ b/databases/postgresql91-client/Makefile @@ -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 @@ CONF_FILES+= share/postgresql/${f}.sample ${PKG_SYSCONFDIR}/${f} # 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" |