Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/OpenRM graphics/OpenRM: skip shell portabilit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e8db11f16c4
branches:  trunk
changeset: 430889:2e8db11f16c4
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue May 05 18:37:37 2020 +0000

description:
graphics/OpenRM: skip shell portability check

diffstat:

 graphics/OpenRM/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 0651a8ec3941 -r 2e8db11f16c4 graphics/OpenRM/Makefile
--- a/graphics/OpenRM/Makefile  Tue May 05 18:33:15 2020 +0000
+++ b/graphics/OpenRM/Makefile  Tue May 05 18:37:37 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2020/01/26 17:31:19 rillig Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/05 18:37:37 rillig Exp $
 #
 
 DISTNAME=              openrm-devel-1.5.2
@@ -18,6 +18,8 @@
 USE_TOOLS+=            csh perl
 REPLACE_PERL=          doc/sortlist.pl doc/source2html.pl
 
+CHECK_PORTABILITY_CHECK+=      bin/mklib.linux # uses [[, not used
+
 ALL_ENV+=              REAL_CC=${CC}
 
 DOCDIR=                        ${PREFIX}/share/doc/OpenRM



Home | Main Index | Thread Index | Old Index