Skip to content

Commit b8a806f

Browse files
committed
wxwidgets3.2: Check for CURL in wxWidgetsConfig.cmake
1 parent 2f6c93e commit b8a806f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

mingw-w64-wxwidgets3.2/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch
12
40b67f0e.patch

mingw-w64-wxwidgets3.2/PKGBUILD

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-common"
1414
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-gtk3-libs"
1515
"${MINGW_PACKAGE_PREFIX}-wxwidgets${_wx_basever}-gtk3")
1616
pkgver=${_wx_basever}.8.1
17-
pkgrel=1
17+
pkgrel=2
1818
pkgdesc="A C++ library that lets developers create applications for Windows, Linux and UNIX (mingw-w64)"
1919
arch=('any')
2020
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
@@ -49,6 +49,7 @@ source=(
4949
003-install-dlls-on-bin.patch
5050
004-use-copy-instead-of-symlink-on-windows.patch
5151
005-keep-autotools-dll-naming-for-clang.patch
52+
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch::https://github.com/wxWidgets/wxWidgets/commit/3c1a2506.patch
5253
https://github.com/wxWidgets/wxWidgets/commit/40b67f0e.patch
5354
)
5455
sha256sums=('ad0cf6c18815dcf1a6a89ad3c3d21a306cd7b5d99a602f77372ef1d92cb7d756'
@@ -57,6 +58,7 @@ sha256sums=('ad0cf6c18815dcf1a6a89ad3c3d21a306cd7b5d99a602f77372ef1d92cb7d756'
5758
'20d9c9813a2d38299325d80af29657beb8912f8b268b83dd7a191055ab312339'
5859
'ff9e4a7f6611f403cdf0ef480adfef59678fe1240960b36304cfb5cbf4426de4'
5960
'38498e1d89944a6024d3b215a0af59b87085e64c442ffe9029c6609376e9267f'
61+
'4bed73f6e89f289b82979c50b853c5ab3a3fdc6e9742204c1cdec23576e5bf44'
6062
'199d48213c2d69313c42e8552e792f31a384996faaba291fae1c0f82d23fbb6d')
6163

6264
apply_patch_with_msg() {
@@ -78,7 +80,8 @@ prepare() {
7880
002-do-not-use-MSVC_NAMING-on-mingw.patch \
7981
003-install-dlls-on-bin.patch \
8082
004-use-copy-instead-of-symlink-on-windows.patch \
81-
005-keep-autotools-dll-naming-for-clang.patch
83+
005-keep-autotools-dll-naming-for-clang.patch \
84+
006-Check-for-CURL-in-wxWidgetsConfig_cmake.patch
8285

8386
# Revert a commit that broke building gtk3 on MinGW-w64
8487
# the commit was meant to fix an issue on wayland

0 commit comments

Comments
 (0)