pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wxGTK28 wxGTK28: skip checking configure.in



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76b3496ced3a
branches:  trunk
changeset: 412960:76b3496ced3a
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Mar 14 00:03:19 2020 +0000

description:
wxGTK28: skip checking configure.in

We patch configure, so the fact that configure.in has test == is not
relevant.

diffstat:

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

diffs (19 lines):

diff -r 7aeb8a6473a0 -r 76b3496ced3a x11/wxGTK28/Makefile
--- a/x11/wxGTK28/Makefile      Fri Mar 13 22:56:30 2020 +0000
+++ b/x11/wxGTK28/Makefile      Sat Mar 14 00:03:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2020/03/10 22:09:17 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2020/03/14 00:03:19 gdt Exp $
 #
 
 .include "../../x11/wxGTK28/Makefile.common"
@@ -15,6 +15,9 @@
 
 REPLACE_SH=            wx-config.in wx-config-inplace.in
 
+# We patch configure
+CHECK_PORTABILITY_SKIP+=       configure.in
+
 post-configure:
        echo 'install_qadll: install_xmldll' >> ${WRKSRC}/build-unicode/Makefile
        echo 'install_qadll: install_xmldll' >> ${WRKSRC}/build-non-unicode/Makefile



Home | Main Index | Thread Index | Old Index