summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-10-15 21:27:08 +0000
committerjoerg <joerg@pkgsrc.org>2012-10-15 21:27:08 +0000
commit6a122f254061c00cae0f17266c09a35cd404ed79 (patch)
treeb16f1d0925449f5a71fcc28434fef3c4bc824e0c /pkgtools
parent4e103dfb7cf1ca5e41467bac6a0cd77e5fcec408 (diff)
downloadpkgsrc-6a122f254061c00cae0f17266c09a35cd404ed79.tar.gz
Revert bogus warning flags.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile
index 45b57843246..0b903554754 100644
--- a/pkgtools/pkg_install/Makefile
+++ b/pkgtools/pkg_install/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2012/10/09 07:36:08 marino Exp $
+# $NetBSD: Makefile,v 1.189 2012/10/15 21:27:08 joerg Exp $
# Notes to package maintainers:
#
@@ -61,10 +61,6 @@ CPPFLAGS+= -D_FILE_OFFSET_BITS=64
CPPFLAGS+= -DDEF_UMASK=${DEF_UMASK}
-# pkg_install uses the files from net/libfetch. The file ftp.c intentionally
-# violates strict-aliasing rules, so a flag is needed to compile it on gcc 4.7
-CFLAGS+= -Wno-strict-aliasing
-
MAKE_ENV+= MACHINE_ARCH=${MACHINE_ARCH:Q}
MAKE_ENV+= OPSYS=${OPSYS:Q}
MAKE_ENV+= MANINSTALL=${MANINSTALL:Q}