Bugfix release on the stable branch. https://www.wxwidgets.org/news/2020/04/wxwidgets-3.0.5-released/ https://github.com/wxWidgets/wxWidgets/blob/v3.0.5/docs/publicity/announce.txt While here, switch bdeps to python3. Shorter diff to 3.0.5 proposed by daniel@ who test-built consumers and also tested runtime for a few of them.
18 lines
378 B
Plaintext
18 lines
378 B
Plaintext
$OpenBSD: patch-configure,v 1.6 2020/11/23 00:49:15 jca Exp $
|
|
|
|
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -39051,6 +39051,11 @@ fi
|
|
USE_SOVERSION=1
|
|
USE_SOVERLINUX=1
|
|
USE_SOTWOSYMLINKS=1
|
|
+ case "${BAKEFILE_HOST}" in
|
|
+ *-*-openbsd*)
|
|
+ USE_SOTWOSYMLINKS=0
|
|
+ ;;
|
|
+ esac
|
|
;;
|
|
|
|
*-*-solaris2* )
|