diff options
author | joerg <joerg@pkgsrc.org> | 2012-10-15 21:27:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-10-15 21:27:08 +0000 |
commit | 6a122f254061c00cae0f17266c09a35cd404ed79 (patch) | |
tree | b16f1d0925449f5a71fcc28434fef3c4bc824e0c /net/libfetch | |
parent | 4e103dfb7cf1ca5e41467bac6a0cd77e5fcec408 (diff) | |
download | pkgsrc-6a122f254061c00cae0f17266c09a35cd404ed79.tar.gz |
Revert bogus warning flags.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net/libfetch/Makefile b/net/libfetch/Makefile index 4185927f8ac..0ed78d0b5da 100644 --- a/net/libfetch/Makefile +++ b/net/libfetch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/10/09 02:48:04 sbd Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/15 21:27:08 joerg Exp $ # DISTNAME= libfetch-2.34 @@ -19,11 +19,6 @@ USE_BSD_MAKEFILE= yes MAKE_JOBS_SAFE= NO -# GCC4.7 detects the intentional type-punned pointer dereference on ftp.c:149 -# libfetch is built with -Werror, so this strict-alias rule violation breaks -# the build. Disable the check. -CFLAGS+= -Wno-strict-aliasing - .include "../../mk/bsd.prefs.mk" .if !empty(FETCH_USING:Mfetch) CHECK_PERMS= no |