From 84e4bfb495a408e6cf7b93eaeefb638484f98aed Mon Sep 17 00:00:00 2001 From: Tim Stahlhut Date: Wed, 6 Jul 2022 14:23:19 -0400 Subject: [PATCH] plplot: Define wxWidgets_CONFIG_EXECUTABLE --- mingw-w64-plplot/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mingw-w64-plplot/PKGBUILD b/mingw-w64-plplot/PKGBUILD index 646c410eb0..9391345cbe 100644 --- a/mingw-w64-plplot/PKGBUILD +++ b/mingw-w64-plplot/PKGBUILD @@ -12,7 +12,7 @@ _wx_basever=3.0 pkgbase=mingw-w64-${_realname} pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=5.15.0 -pkgrel=13 +pkgrel=14 arch=('any') mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') pkgdesc="Scientific plotting software (mingw-w64)" @@ -112,6 +112,7 @@ build() { -DQHULL_LIBRARY_DIRS=${MINGW_PREFIX}/lib \ -DQHULL_LIBRARIES=qhullstatic \ -DGD_INCLUDE_DIR=${MINGW_PREFIX}/include \ + -DwxWidgets_CONFIG_EXECUTABLE=${MINGW_PREFIX}/bin/wx-config-${_wx_basever} \ -DDEFAULT_NO_BINDINGS=ON \ -DENABLE_ada=OFF \ -DENABLE_cxx=ON \