wx
This commit is contained in:
parent
4bc6151e50
commit
9ef363f752
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ kaynak=(https://github.com/wxWidgets/wxWidgets/archive/v$surum.tar.gz::wxWidgets
|
||||||
wxgtk-webkit-infinite-loop.patch)
|
wxgtk-webkit-infinite-loop.patch)
|
||||||
|
|
||||||
derle() {
|
derle() {
|
||||||
sleep 3
|
|
||||||
cd wxWidgets-$surum
|
cd wxWidgets-$surum
|
||||||
# C++ ABI check is too strict and breaks with GCC 5.1
|
# C++ ABI check is too strict and breaks with GCC 5.1
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1200611
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1200611
|
||||||
patch -Np1 -i ../make-abicheck-non-fatal.patch
|
patch -Np1 -i ../make-abicheck-non-fatal.patch
|
||||||
|
sleep 3
|
||||||
# Support webkit2gtk
|
# Support webkit2gtk
|
||||||
sed -e 's|setup0.h|setup.h|g' -i ../wxgtk-webkit2gtk.patch
|
sed -e 's|setup0.h|setup.h|g' -i ../wxgtk-webkit2gtk.patch
|
||||||
patch -p1 -i ../wxgtk-webkit2gtk.patch
|
patch -p1 -i ../wxgtk-webkit2gtk.patch
|
||||||
|
|
Loading…
Add table
Reference in a new issue