summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2017-12-07 14:56:05 +0100
committer Matteo Bernardini2018-06-09 09:38:41 +0200
commit35ce687e837a3e52a53a5db0db00d9b661837cfd (patch)
tree9336d9ca5b359aab38a6188e4e6bea9a788986f8
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-webkitgtk3.tar.gz
libraries/webkitgtk3: Added -fpermissive to the CXXFLAGS.webkitgtk3
Disabled webkit2 (or it won't build) Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/webkitgtk3/webkitgtk3.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/webkitgtk3/webkitgtk3.SlackBuild b/libraries/webkitgtk3/webkitgtk3.SlackBuild
index e33636bf82..10b1fc099e 100644
--- a/libraries/webkitgtk3/webkitgtk3.SlackBuild
+++ b/libraries/webkitgtk3/webkitgtk3.SlackBuild
@@ -80,7 +80,7 @@ if pkg-config --exists geoclue ; then GEOCLUE="yes" ; else GEOCLUE="no" ; fi
patch -p1 < $CWD/webkitgtk-2.4.9-abs.patch
CFLAGS="$SLKCFLAGS -fno-delete-null-pointer-checks" \
-CXXFLAGS="$SLKCFLAGS" \
+CXXFLAGS="$SLKCFLAGS -fno-delete-null-pointer-checks -fpermissive" \
./configure \
--prefix=/usr \
--docdir=/usr/doc/$PRGNAM-$VERSION \
@@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-gtk=3.0 \
--enable-introspection \
- --enable-webkit2 \
+ --enable-webkit2=no \
--enable-geolocation=$GEOCLUE \
--build=$ARCH-slackware-linux