summaryrefslogtreecommitdiff
path: root/extra/qt5-webkit/PKGBUILD
blob: b8144a57281237d1b181b7e8e779d6b8be02a363 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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
    '
)"