From 332bf5ae1afef625f70e2cb5ad4aee344180f1d7 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 22 Dec 2022 19:38:11 +0100 Subject: [PATCH] uname only prints MINGW* --- ...-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch | 2 +- mingw-w64-netcdf-cxx/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-netcdf-cxx/0001-netcdf-cxx-4.3.1-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch b/mingw-w64-netcdf-cxx/0001-netcdf-cxx-4.3.1-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch index 329f58aaea..c95b03a3d0 100644 --- a/mingw-w64-netcdf-cxx/0001-netcdf-cxx-4.3.1-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch +++ b/mingw-w64-netcdf-cxx/0001-netcdf-cxx-4.3.1-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch @@ -15,7 +15,7 @@ index 0656823..29560ad 100644 +FP_IS_OTHER_WIN= +case $FP_OS in -+ MINGW* | CLANG* ) FP_IS_OTHER_WIN=1;; ++ MINGW* ) FP_IS_OTHER_WIN=1;; +esac + FP_PLUGINS="$topbuilddir/plugins" diff --git a/mingw-w64-netcdf-cxx/PKGBUILD b/mingw-w64-netcdf-cxx/PKGBUILD index b0be4838cd..baa844a337 100644 --- a/mingw-w64-netcdf-cxx/PKGBUILD +++ b/mingw-w64-netcdf-cxx/PKGBUILD @@ -20,7 +20,7 @@ makedepends=( source=("${url}/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz" '0001-netcdf-cxx-4.3.1-examples-fix-plugin-name-on-MINGW32-64-and-CLANG32-64.patch') sha256sums=('e3fe3d2ec06c1c2772555bf1208d220aab5fee186d04bd265219b0bc7a978edc' - 'dcb7f4c88e1cdfd9627c61020a77c400296aaf1a67f06549e87682b0a8df8844') + 'c09052c393f0eee15a0e58af9cc3fa9d42c4d1b9b5076fb84bafa2eb14a2a1f3') prepare() { cd "${_realname}${pkgver/.*/}-${pkgver}"