Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/usbprog Ignore portability of configure.in after ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8008dfa2f4a0
branches:  trunk
changeset: 429357:8008dfa2f4a0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Apr 18 22:03:09 2020 +0000

description:
Ignore portability of configure.in after patching configure itself

diffstat:

 misc/usbprog/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r d5bd2c006045 -r 8008dfa2f4a0 misc/usbprog/Makefile
--- a/misc/usbprog/Makefile     Sat Apr 18 22:02:28 2020 +0000
+++ b/misc/usbprog/Makefile     Sat Apr 18 22:03:09 2020 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index