diff options
author | tnn <tnn@pkgsrc.org> | 2022-04-24 22:09:31 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2022-04-24 22:09:31 +0000 |
commit | 2086f54c637edd16a274ec2317cd204520c3866d (patch) | |
tree | 14a759ae5911115ca27c3ac4bcc326bb405eed80 /ham | |
parent | 9a20328d4d3872cce8bf72733c1d8932347ceb87 (diff) | |
download | pkgsrc-2086f54c637edd16a274ec2317cd204520c3866d.tar.gz |
hamlib: add CHECK_PORTABILITY_SKIP
Diffstat (limited to 'ham')
-rw-r--r-- | ham/hamlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 6140f2b272c..ccb43c9fe0d 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2021/09/28 19:52:17 gdt Exp $ +# $NetBSD: Makefile,v 1.53 2022/04/24 22:09:31 tnn Exp $ # DISTNAME= hamlib-${VERSION} @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --without-tcl-binding \ --without-perl-binding \ --without-python-binding +CHECK_PORTABILITY_SKIP+= scripts/build-w64-jtsdk.sh + # Reported to upstream mailinglist 20210915 post-install: mv ${DESTDIR}/${PREFIX}/bin/testlibusb ${DESTDIR}/${PREFIX}/bin/rigctl_testlibusb |