diff options
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 |