diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-18 00:35:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-18 00:35:20 +0000 |
commit | 7bab3b13f1eccd822756a172be1d22a59ff747f6 (patch) | |
tree | 6ac3694ec175c8f85219382d29ae749a8104d48d | |
parent | 8d119de6e495de6d8d05214e9197fe90eba6dd0b (diff) | |
download | pkgsrc-7bab3b13f1eccd822756a172be1d22a59ff747f6.tar.gz |
unicorn: skip portability check for install-cmocka-linux.sh
-rw-r--r-- | emulators/unicorn/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/unicorn/Makefile.common b/emulators/unicorn/Makefile.common index 394e0b48e29..79537f25336 100644 --- a/emulators/unicorn/Makefile.common +++ b/emulators/unicorn/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2020/01/26 17:31:10 rillig Exp $ +# $NetBSD: Makefile.common,v 1.4 2020/08/18 00:35:20 tnn Exp $ # # used by emulators/py-unicorn/Makefile @@ -10,3 +10,5 @@ HOMEPAGE= https://www.unicorn-engine.org/ DISTINFO_FILE= ${.CURDIR}/../../emulators/unicorn/distinfo PATCHDIR= ${.CURDIR}/../../emulators/unicorn/patches + +CHECK_PORTABILITY_SKIP+= install-cmocka-linux.sh |