This commit is contained in:
milisbir 2018-01-13 00:31:28 +02:00
parent 4bc6151e50
commit 9ef363f752
1 changed files with 2 additions and 2 deletions

View File

@ -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