- Building OTP 24.0 requires autoconf 2.69, and a tweak to disable kerl
_flags()
- Homebrew stock wxmac does not support macOS Dark Mode
See asdf-vm/asdf-erlang#95 (comment)
brew edit wxmac # Use patch below
brew install wxmac --build-from-source # you might need to upgrade instead of installing
# This will rebuild the erlang installation of Homebrew with --build-from-source
Source of the following patch: asdf-vm/asdf-erlang#95 (comment)
diff --git a/Formula/wxmac.rb b/Formula/wxmac.rb
index 463bb08543..94088c09e9 100644
--- a/Formula/wxmac.rb
+++ b/Formula/wxmac.rb
@@ -1,8 +1,8 @@
class Wxmac < Formula
desc "Cross-platform C++ GUI toolkit (wxWidgets for macOS)"
homepage "https://www.wxwidgets.org"
- url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.0.5.1/wxWidgets-3.0.5.1.tar.bz2"
- sha256 "440f6e73cf5afb2cbf9af10cec8da6cdd3d3998d527598a53db87099524ac807"
+ url "https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.4/wxWidgets-3.1.4.tar.bz2"
+ sha256 "3ca3a19a14b407d0cdda507a7930c2e84ae1c8e74f946e0144d2fa7d881f1a94"
license "wxWindows"
revision 1
head "https://github.com/wxWidgets/wxWidgets.git"
@@ -32,6 +32,7 @@ class Wxmac < Formula
def install
args = [
"--prefix=#{prefix}",
+ "--enable-compat28",
"--enable-clipboard",
"--enable-controls",
"--enable-dataviewctrl",