pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK28
Module Name: pkgsrc
Committed By: gdt
Date: Sat Mar 14 00:03:19 UTC 2020
Modified Files:
pkgsrc/x11/wxGTK28: Makefile
Log Message:
wxGTK28: skip checking configure.in
We patch configure, so the fact that configure.in has test == is not
relevant.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/x11/wxGTK28/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wxGTK28/Makefile
diff -u pkgsrc/x11/wxGTK28/Makefile:1.55 pkgsrc/x11/wxGTK28/Makefile:1.56
--- pkgsrc/x11/wxGTK28/Makefile:1.55 Tue Mar 10 22:09:17 2020
+++ pkgsrc/x11/wxGTK28/Makefile Sat Mar 14 00:03:19 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index