wok diff node/receipt @ rev 16628
xorg-xf86-video-ati, xorg-xf86-video-intel: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat May 10 10:32:14 2014 +0000 (2014-05-10) |
parents | c3c55061e3e4 |
children | 6699ed4b2a99 |
line diff
1.1 --- a/node/receipt Wed Apr 09 15:29:02 2014 +0200 1.2 +++ b/node/receipt Sat May 10 10:32:14 2014 +0000 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-v$VERSION.tar.gz" 1.5 WEB_SITE="http://nodejs.org/" 1.6 WGET_URL="http://nodejs.org/dist/v$VERSION/$TARBALL" 1.7 +#HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="python libssl" 1.10 BUILD_DEPENDS="python-dev openssl-dev" 1.11 @@ -16,7 +17,7 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 + #patch -p0 < ${stuff}/SConstruct.patch || return 1 1.17 ./configure --prefix=/usr && 1.18 make && make install 1.19 }