summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authormarino <marino>2012-10-12 08:02:35 +0000
committermarino <marino>2012-10-12 08:02:35 +0000
commit9f6e6b2f5250835ce3d9e9ff945eebd945fcc6a0 (patch)
tree209c34aebeb8f71b54534beb03c7943ee71ffa50 /pkgtools
parent5246c60ac01949ba0a2817d65a6a875a2d18e492 (diff)
downloadpkgsrc-9f6e6b2f5250835ce3d9e9ff945eebd945fcc6a0.tar.gz
pkgtools/packagekit: Fix build for gcc 4.6+
Remove clang condition around -Werror removal. GCC 4.6+ needs this as well to build.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/packagekit/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile
index 03c6a810b80..b02115646af 100644
--- a/pkgtools/packagekit/Makefile
+++ b/pkgtools/packagekit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2012/10/08 23:02:19 adam Exp $
+# $NetBSD: Makefile,v 1.28 2012/10/12 08:02:35 marino Exp $
#
DISTNAME= PackageKit-0.4.0
@@ -65,9 +65,7 @@ pre-configure:
cd ${WRKSRC} && autoconf -f
.include "../../mk/compiler.mk"
-.if !empty(PKGSRC_COMPILER:Mclang)
BUILDLINK_TRANSFORM+= rm:-Werror
-.endif
.include "../../databases/shared-mime-info/mimedb.mk"
.include "../../databases/sqlite3/buildlink3.mk"