summaryrefslogtreecommitdiff
path: root/webkitgtk/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'webkitgtk/Pkgfile')
-rw-r--r--webkitgtk/Pkgfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/webkitgtk/Pkgfile b/webkitgtk/Pkgfile
index bb114918d..6d7e4777d 100644
--- a/webkitgtk/Pkgfile
+++ b/webkitgtk/Pkgfile
@@ -5,14 +5,17 @@
# Optional: enchant libnotify geoclue openjpeg2
name=webkitgtk
-version=2.26.1
+version=2.26.2
release=1
-source=(https://webkitgtk.org/releases/$name-$version.tar.xz)
+source=(https://webkitgtk.org/releases/$name-$version.tar.xz
+ icu65.patch)
build() {
mkdir build
cd $name-$version
+ patch -p1 -i $SRC/icu65.patch
+
# setting CC and CXX breaks compilation
prt-get isinst ccache && PKGMK_WEBKITGTK+=' -DCMAKE_CXX_COMPILER_LAUNCHER=ccache' && \
PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"

Generated by cgit