diff options
| author | Trevor Wennblom | 2012-02-10 19:02:01 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-06-27 11:16:23 -0700 |
| commit | 5dcb5489d94ac79968c4c2fb7127763e94e84c80 (patch) | |
| tree | b99d022dbe153c41239a761bec556b59c6739012 /Library/Formula/wxmac.rb | |
| parent | f68c36b21ed488b134a7e0fded10c3ea4a0a5fb2 (diff) | |
| download | homebrew-5dcb5489d94ac79968c4c2fb7127763e94e84c80.tar.bz2 | |
wxmac: use standard C++ string classes
http://groups.google.com/group/wx-dev/browse_thread/thread/07aaa5303b379306
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/wxmac.rb')
| -rw-r--r-- | Library/Formula/wxmac.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/wxmac.rb b/Library/Formula/wxmac.rb index 6da110a63..2f4659be3 100644 --- a/Library/Formula/wxmac.rb +++ b/Library/Formula/wxmac.rb @@ -99,6 +99,7 @@ def install_wx_python "--disable-debug", "--prefix=#{prefix}", "--enable-unicode", + "--enable-std_string", "--enable-display", "--with-opengl" ] |
