pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/link-grammar link-grammar: fix builds with ol...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b5e729f1840
branches: trunk
changeset: 427676:5b5e729f1840
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Sun Apr 19 03:31:08 2020 +0000
description:
link-grammar: fix builds with older compilers (NetBSD 7, CentOS)
diffstat:
textproc/link-grammar/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r a18e78710d78 -r 5b5e729f1840 textproc/link-grammar/Makefile
--- a/textproc/link-grammar/Makefile Sun Apr 19 02:35:30 2020 +0000
+++ b/textproc/link-grammar/Makefile Sun Apr 19 03:31:08 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2020/03/30 23:20:20 gutteridge Exp $
+# $NetBSD: Makefile,v 1.15 2020/04/19 03:31:08 gutteridge Exp $
DISTNAME= link-grammar-5.8.0
CATEGORIES= textproc
@@ -19,4 +19,9 @@
PKGCONFIG_OVERRIDE+= link-grammar.pc.in
+# Not all currently supported compilers provide this option.
+# The configure script purports to check whether the compiler
+# supports it, but doesn't do so correctly.
+BUILDLINK_TRANSFORM+= rm:-Wformat-signedness
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index