# HG changeset patch # User Christophe Lincoln # Date 1399572290 -7200 # Node ID 2032772ca2e49f7223c39322c155a7ded828a839 # Parent 64a50efe0309020a761044646efdafeb4a6b8964 libgd: it build with same receipt than december 2013 - but with error on libgd-config that may be present for a long time diff -r 64a50efe0309 -r 2032772ca2e4 libgd/receipt --- a/libgd/receipt Thu May 08 19:56:49 2014 +0200 +++ b/libgd/receipt Thu May 08 20:04:50 2014 +0200 @@ -7,7 +7,7 @@ MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.libgd.org/" +WEB_SITE="http://libgd.bitbucket.org/" WGET_URL="hg|https://bitbucket.org/pierrejoye/gd-libgd" #WGET_URL="https://bitbucket.org/libgd/gd-libgd/downloads/$TARBALL" HOST_ARCH="i486 arm" @@ -35,8 +35,8 @@ ./bootstrap.sh ./configure \ --prefix=/usr \ - $CONFIGURE_ARGS && - make -C config gdlib-config && + $CONFIGURE_ARGS + make -C config gdlib-config cp config/gdlib-config $DESTDIR/usr/local/bin chmod +x $DESTDIR/usr/local/bin/gdlib-config cd ..