pkgsrc-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/5fdb582134b2
branches: trunk
changeset: 427664:5fdb582134b2
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 7eb606dc362d -r 5fdb582134b2 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