wok diff cvs/receipt @ rev 20215

virtualbox-ose: force host arch to i486
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 24 16:34:05 2018 +0100 (2018-02-24)
parents eb8067417980
children 6e8b1bcb30e2
line diff
     1.1 --- a/cvs/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/cvs/receipt	Sat Feb 24 16:34:05 2018 +0100
     1.3 @@ -8,7 +8,7 @@
     1.4  LICENSE="GPL"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WEB_SITE="http://ximbiot.com/cvs/"
     1.7 -WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL
     1.8 +WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL"
     1.9  TAGS="version-control versioning"
    1.10  
    1.11  DEPENDS="libcomerr libcomerr3 libcrypto libkrb5"
    1.12 @@ -16,7 +16,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	./configure -C --prefix=/usr \
    1.18  		--with-ssh \
    1.19  		--mandir=/usr/share/man $CONFIGURE_ARGS &&