diff options
author | gdt <gdt@pkgsrc.org> | 2020-03-14 00:03:19 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2020-03-14 00:03:19 +0000 |
commit | d1c3358a63ea7535d34eca45db62a0a0d888b94e (patch) | |
tree | 4ca819e5bf4b48bc2653429a01d40818e36326ef /x11/wxGTK28 | |
parent | 3f21f1dd01d28ddb59a8d1d583ed69a3b0b0a760 (diff) | |
download | pkgsrc-d1c3358a63ea7535d34eca45db62a0a0d888b94e.tar.gz |
wxGTK28: skip checking configure.in
We patch configure, so the fact that configure.in has test == is not
relevant.
Diffstat (limited to 'x11/wxGTK28')
-rw-r--r-- | x11/wxGTK28/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/wxGTK28/Makefile b/x11/wxGTK28/Makefile index a1402fcd77f..3ffd6eff2c9 100644 --- a/x11/wxGTK28/Makefile +++ b/x11/wxGTK28/Makefile @@ -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 @@ INSTALLATION_DIRS+= bin 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 |