pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK28-contrib Skip configure.in as configure is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f8a9495b71c
branches:  trunk
changeset: 425096:6f8a9495b71c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Mar 18 18:03:53 2020 +0000

description:
Skip configure.in as configure is patched

diffstat:

 x11/wxGTK28-contrib/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 755c6c91cd2a -r 6f8a9495b71c x11/wxGTK28-contrib/Makefile
--- a/x11/wxGTK28-contrib/Makefile      Wed Mar 18 18:03:29 2020 +0000
+++ b/x11/wxGTK28-contrib/Makefile      Wed Mar 18 18:03:53 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2020/03/10 22:09:17 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2020/03/18 18:03:53 joerg Exp $
 
 .include "../../x11/wxGTK28/Makefile.common"
 
@@ -11,6 +11,9 @@
 BUILD_DIRS=            build-non-unicode/contrib/src \
                        build-unicode/contrib/src
 
+# We patch configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 INSTALL_TARGET=                install
 
 BUILDLINK_DEPMETHOD.libXt?=    build



Home | Main Index | Thread Index | Old Index