summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-18 22:03:09 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-18 22:03:09 +0000
commit9a198eac99451003ea0b2ee1af61be571cf52303 (patch)
treeaaada16b2fe4caa25cb364bc69fe9acd6c7a808b /misc
parent68a2c4471b42c18c2e782a7daa0e5dd230382a11 (diff)
downloadpkgsrc-9a198eac99451003ea0b2ee1af61be571cf52303.tar.gz
Ignore portability of configure.in after patching configure itself
Diffstat (limited to 'misc')
-rw-r--r--misc/usbprog/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/usbprog/Makefile b/misc/usbprog/Makefile
index d1dcb567646..24f1fab2c9e 100644
--- a/misc/usbprog/Makefile
+++ b/misc/usbprog/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2020/03/10 22:10:36 wiz Exp $
+# $NetBSD: Makefile,v 1.52 2020/04/18 22:03:09 joerg Exp $
#
DISTNAME= usbprog-0.2.0
@@ -16,6 +16,9 @@ GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
+# Patching configure already
+CHECK_PORTABILITY_SKIP+= configure.in
+
.include "../../www/curl/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../devel/libusb/buildlink3.mk"