wok-next rev 19968

wxWidgets: tiny patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 17 15:10:59 2017 +0200 (2017-10-17)
parents 21fee4469771
children 294442a1c218
files wxWidgets/receipt
line diff
     1.1 --- a/wxWidgets/receipt	Tue Oct 17 13:32:08 2017 +0200
     1.2 +++ b/wxWidgets/receipt	Tue Oct 17 15:10:59 2017 +0200
     1.3 @@ -22,7 +22,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -#	sed -i 's|/opt/wx/current/bin/||' wxPython/wx/build/build_options.py
     1.8 +	sed -i 's/.*<string>/#include <cmath>\n&/;s/(abs(/(std::abs(/' \
     1.9 +		src/stc/scintilla/src/Editor.cxx
    1.10  	./configure \
    1.11  		--enable-shared \
    1.12  		--enable-unicode \