pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/link-grammar



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Apr 19 03:31:08 UTC 2020

Modified Files:
        pkgsrc/textproc/link-grammar: Makefile

Log Message:
link-grammar: fix builds with older compilers (NetBSD 7, CentOS)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/link-grammar/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/link-grammar/Makefile
diff -u pkgsrc/textproc/link-grammar/Makefile:1.14 pkgsrc/textproc/link-grammar/Makefile:1.15
--- pkgsrc/textproc/link-grammar/Makefile:1.14  Mon Mar 30 23:20:20 2020
+++ pkgsrc/textproc/link-grammar/Makefile       Sun Apr 19 03:31:08 2020
@@ -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 @@ CONFIGURE_ARGS+=      --disable-python-bindin
 
 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