Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/qt5-webkit/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/qt5-webkit/PKGBUILD b/extra/qt5-webkit/PKGBUILD
deleted file mode 100644
index b8144a57..00000000
--- a/extra/qt5-webkit/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# conversion of a function pointer with farcall attribute
-# -fpermissive as a workaround, see also:
-# https://bugzilla.redhat.com/show_bug.cgi?id=1582954
-# https://src.fedoraproject.org/rpms/qt5-qtwebkit/c/b66267a4c80e45a866e20bfe18bffe6d14635513.patch
-
-eval "$(
- declare -f build | \
- sed '
- s/cmake /cmake -DCMAKE_CXX_FLAGS=-fpermissive /g
- '
-)"