pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/usbprog
Module Name: pkgsrc
Committed By: joerg
Date: Sat Apr 18 22:03:09 UTC 2020
Modified Files:
pkgsrc/misc/usbprog: Makefile
Log Message:
Ignore portability of configure.in after patching configure itself
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/misc/usbprog/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/usbprog/Makefile
diff -u pkgsrc/misc/usbprog/Makefile:1.51 pkgsrc/misc/usbprog/Makefile:1.52
--- pkgsrc/misc/usbprog/Makefile:1.51 Tue Mar 10 22:10:36 2020
+++ pkgsrc/misc/usbprog/Makefile Sat Apr 18 22:03:09 2020
@@ -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"
Home |
Main Index |
Thread Index |
Old Index