mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/webkitgtk to 2.4.11-3
This commit is contained in:
parent
e58adbfcfa
commit
d20e895773
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue