extra/webkitgtk to 2.4.11-3

This commit is contained in:
Kevin Mihelich 2016-12-01 13:44:13 +00:00
parent e58adbfcfa
commit d20e895773

View file

@ -11,7 +11,7 @@ highmem=1
pkgbase=webkitgtk
pkgname=(webkitgtk webkitgtk2)
pkgver=2.4.11
pkgrel=1
pkgrel=3
pkgdesc="GTK+ Web content engine library"
arch=(i686 x86_64)
url="http://webkitgtk.org/"
@ -44,6 +44,9 @@ _build() (
PATH="$srcdir/path:$PATH"
CXXFLAGS+=" -fno-delete-null-pointer-checks"
CFLAGS+=" -fno-delete-null-pointer-checks"
../$pkgbase-$pkgver/configure --prefix=/usr \
--libexecdir=/usr/lib/webkit${_ver} \
--enable-introspection \