pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/cu-prolog
Module Name: pkgsrc
Committed By: rillig
Date: Sun May 3 16:45:52 UTC 2020
Modified Files:
pkgsrc/lang/cu-prolog: Makefile
Log Message:
lang/cu-prolog: suppress harmless array[char] compiler warnings
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/cu-prolog/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/cu-prolog/Makefile
diff -u pkgsrc/lang/cu-prolog/Makefile:1.17 pkgsrc/lang/cu-prolog/Makefile:1.18
--- pkgsrc/lang/cu-prolog/Makefile:1.17 Tue Oct 2 20:11:38 2012
+++ pkgsrc/lang/cu-prolog/Makefile Sun May 3 16:45:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2012/10/02 20:11:38 asau Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/03 16:45:52 rillig Exp $
DISTNAME= cu-prolog-3.94
CATEGORIES= lang
@@ -13,6 +13,9 @@ DIST_SUBDIR= ${DISTNAME}
MAKE_FILE= makefile
BUILD_TARGET= cup
+# harmless; the calls in print.c are all guarded
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
INSTALLATION_DIRS= bin
do-install:
Home |
Main Index |
Thread Index |
Old Index