Source-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/fa96fbdec039
branches:  trunk
changeset: 429369:fa96fbdec039
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 c8de0f4c7795 -r fa96fbdec039 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