pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/packagekit pkgtools/packagekit: Fix build for...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/38622af652db
branches:  trunk
changeset: 609876:38622af652db
user:      marino <marino%pkgsrc.org@localhost>
date:      Fri Oct 12 08:02:35 2012 +0000

description:
pkgtools/packagekit: Fix build for gcc 4.6+

Remove clang condition around -Werror removal.  GCC 4.6+ needs this
as well to build.

diffstat:

 pkgtools/packagekit/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 671a36051438 -r 38622af652db pkgtools/packagekit/Makefile
--- a/pkgtools/packagekit/Makefile      Fri Oct 12 08:01:00 2012 +0000
+++ b/pkgtools/packagekit/Makefile      Fri Oct 12 08:02:35 2012 +0000
@@ -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 @@
        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"



Home | Main Index | Thread Index | Old Index