From 9e4d2ca3edc6ed741fc29e47677831cd1ef42a7e Mon Sep 17 00:00:00 2001 From: Samuel John Date: Tue, 11 Dec 2012 14:48:18 +0100 Subject: wxmac: Multiversion support. Some popular python packages expect to "import wxversion", which is only available on a multiversion build. A multiversion of wxPython should have no negative side effects. A usual `import wx` still works. Closes #16515. Signed-off-by: Charlie Sharpsteen --- Library/Formula/wxmac.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index ea984de09..7947416d6 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -27,8 +27,9 @@ class Wxmac < Formula "WX_CONFIG=#{bin}/wx-config", # At this time Wxmac is installed Unicode only "UNICODE=1", - # And thus we have no need for multiversion support - "INSTALL_MULTIVERSION=0", + # Some scripts (e.g. matplotlib) expect to `import wxversion`, which is + # only available on a multiversion build. Besides that `import wx` still works. + "INSTALL_MULTIVERSION=1", # OpenGL and stuff "BUILD_GLCANVAS=1", "BUILD_GIZMOS=1", -- cgit v1.2.3