pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/cmph devel/cmph: Fix build for gcc 4.6+
details: https://anonhg.NetBSD.org/pkgsrc/rev/671a36051438
branches: trunk
changeset: 609875:671a36051438
user: marino <marino%pkgsrc.org@localhost>
date: Fri Oct 12 08:01:00 2012 +0000
description:
devel/cmph: Fix build for gcc 4.6+
Remove -Werror (catches -Wunused-but-set-variable) to fix build.
diffstat:
devel/cmph/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r e07f133fc979 -r 671a36051438 devel/cmph/Makefile
--- a/devel/cmph/Makefile Fri Oct 12 08:00:03 2012 +0000
+++ b/devel/cmph/Makefile Fri Oct 12 08:01:00 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2012/04/17 17:41:40 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2012/10/12 08:01:00 marino Exp $
DISTNAME= cmph-1.1
PKGREVISION= 1
@@ -18,4 +18,6 @@
TEST_DIRS= tests
TEST_TARGET= check
+BUILDLINK_TRANSFORM+= rm:-Werror
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index