From 2ea50940af1fd4f190fe707a1e9d32ab6c9fd4b4 Mon Sep 17 00:00:00 2001 From: marino Date: Fri, 12 Oct 2012 08:02:35 +0000 Subject: [PATCH] pkgtools/packagekit: Fix build for gcc 4.6+ Remove clang condition around -Werror removal. GCC 4.6+ needs this as well to build. --- pkgtools/packagekit/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index 03c6a810b80a..b02115646afd 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"