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