Skip to content

Instantly share code, notes, and snippets.

@akashrawal
Created August 15, 2017 15:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akashrawal/63332f6b9401f35a1224cbd90f80cbd1 to your computer and use it in GitHub Desktop.
Save akashrawal/63332f6b9401f35a1224cbd90f80cbd1 to your computer and use it in GitHub Desktop.
Fixes qtwebkit build with errors regarding conflicting redeclarations of UChar and UChar32
diff --git a/PKGBUILD b/PKGBUILD
index 04990c1..1320a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ prepare() {
build() {
cd ${pkgname}-${pkgver}
- OPTS="--no-webkit2"
+ OPTS="--no-webkit2 --no-xslt"
if [ "${CARCH}" = "i686" ]; then
# FS#33418
OPTS="${OPTS} --no-force-sse2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment