wok-next diff glib/receipt @ rev 20446

pixman is obsolete -> xorg-pixman
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:29:20 2018 +0200 (2018-02-28)
parents ab7c63b80420
children 757d032c55c7
line diff
     1.1 --- a/glib/receipt	Thu Dec 07 17:39:40 2017 +0200
     1.2 +++ b/glib/receipt	Wed Feb 28 13:29:20 2018 +0200
     1.3 @@ -8,7 +8,6 @@
     1.4  LICENSE="GPL2"
     1.5  WEB_SITE="https://developer.gnome.org/glib/"
     1.6  LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/glib2.html"
     1.7 -HOST_ARCH="i486 arm"
     1.8  
     1.9  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.11 @@ -21,7 +20,7 @@
    1.12  compile_rules() {
    1.13  	fix ld
    1.14  	case "$ARCH" in
    1.15 -		i?86)
    1.16 +		i?86|x86_64)
    1.17  			./configure \
    1.18  				--sysconfdir=/etc \
    1.19  				--with-pcre=system \