pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libunique Remove -Werror to fix build with latest ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2b2f41f64fa2
branches:  trunk
changeset: 609669:2b2f41f64fa2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Oct 08 10:32:13 2012 +0000

description:
Remove -Werror to fix build with latest glib2.

diffstat:

 x11/libunique/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bd8120a18460 -r 2b2f41f64fa2 x11/libunique/Makefile
--- a/x11/libunique/Makefile    Mon Oct 08 09:57:15 2012 +0000
+++ b/x11/libunique/Makefile    Mon Oct 08 10:32:13 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/10/02 17:12:16 tron Exp $
+# $NetBSD: Makefile,v 1.22 2012/10/08 10:32:13 wiz Exp $
 #
 
 DISTNAME=      libunique-1.1.6
@@ -19,6 +19,8 @@
 
 PKGCONFIG_OVERRIDE+=   unique.pc.in
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 # Workaround for Upstream Bug#562310.
 # for more detail, see also PR#41475.
 TOOLS_NOOP+=   gtkdoc-rebase



Home | Main Index | Thread Index | Old Index