pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey185 spidermonkey185: Skip unnecessary...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63c81eed839d
branches:  trunk
changeset: 426373:63c81eed839d
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Mar 30 19:16:11 2020 +0000

description:
spidermonkey185: Skip unnecessary portability test.

diffstat:

 lang/spidermonkey185/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e04ae0a7f5df -r 63c81eed839d lang/spidermonkey185/Makefile
--- a/lang/spidermonkey185/Makefile     Mon Mar 30 19:04:21 2020 +0000
+++ b/lang/spidermonkey185/Makefile     Mon Mar 30 19:16:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/08/11 13:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/30 19:16:11 jperkin Exp $
 #
 
 DISTNAME=      js185-1.0.0
@@ -34,6 +34,8 @@
 # XXX: workaround for js-config command and mozjs185.pc
 CONFIGURE_ENV+=                MOZILLA_VERSION=4.0
 
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 PKGCONFIG_OVERRIDE+=   ctypes/libffi/libffi.pc.in
 PKGCONFIG_OVERRIDE+=   mozjs185.pc.in
 



Home | Main Index | Thread Index | Old Index