aboutsummaryrefslogtreecommitdiff
path: root/testing/webkit2gtk/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-01-15 19:02:33 +0300
committerCem Keylan <cem@ckyln.com>2020-01-15 19:02:33 +0300
commit2ca39beaac4d9c689638471d57e9824f9f016c1f (patch)
tree4986ab15e917326df7b06137c0aec45a97ffa5a0 /testing/webkit2gtk/build
parent0479915e84a0f31eaeac40ac13159da7d7eac579 (diff)
downloadrepository-2ca39beaac4d9c689638471d57e9824f9f016c1f.tar.gz
webkit2gtk: builds now
Diffstat (limited to 'testing/webkit2gtk/build')
-rwxr-xr-xtesting/webkit2gtk/build4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/webkit2gtk/build b/testing/webkit2gtk/build
index 99377bef..2e593ab6 100755
--- a/testing/webkit2gtk/build
+++ b/testing/webkit2gtk/build
@@ -2,13 +2,15 @@
patch -p1 < u16-fix.patch
patch -p0 < fix-musl.patch
+patch -p1 < nogl.patch
mkdir build
cd build
+CFLAGS="${CFLAGS} -Wno-expansion-to-defined" \
+CXXFLAGS="${CXXFLAGS} -Wno-expansion-to-defined" \
cmake \
-DCMAKE_BUILD_TYPE=Release \
- -DENABLE_ACCESSIBILITY=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_SKIP_RPATH=ON \
-DPORT=GTK \