diff options
author | tnut <tnut at nutyx dot com> | 2011-05-08 23:14:06 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-08 23:14:06 +0200 |
commit | b7d500a405f0752e09c74b6c356e2c9a416e348d (patch) | |
tree | 91661f8cad0b071b8852561cfa98bf0483d14b55 /extra/webkit/Pkgfile | |
parent | b5ea839fa6bda0523e0f142787f276f626d2432d (diff) | |
download | nutyx-pakxe-b7d500a405f0752e09c74b6c356e2c9a416e348d.tar.gz nutyx-pakxe-b7d500a405f0752e09c74b6c356e2c9a416e348d.tar.bz2 nutyx-pakxe-b7d500a405f0752e09c74b6c356e2c9a416e348d.tar.xz nutyx-pakxe-b7d500a405f0752e09c74b6c356e2c9a416e348d.zip |
webkit unset MAKEFLAGS
Diffstat (limited to 'extra/webkit/Pkgfile')
-rwxr-xr-x | extra/webkit/Pkgfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/webkit/Pkgfile b/extra/webkit/Pkgfile index e598b8bee..80d841727 100755 --- a/extra/webkit/Pkgfile +++ b/extra/webkit/Pkgfile @@ -13,6 +13,7 @@ source=(http://webkitgtk.org/$name-$version.tar.gz webkit-1.2.7-libpng-1.5.patch) build() { + unset MAKEFLAGS cd $name-$version patch -Np0 -i ../webkit-1.2.6-introspection.patch |