wok-current diff guile/receipt @ rev 16397
Add: android-sdk, android-platform-tools, android-build-tools (I want to install over an android tablet and abd is needed)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 16 09:06:56 2014 +0200 (2014-04-16) |
parents | d1c17bd2c2bc |
children | 71360a13cd94 |
line diff
1.1 --- a/guile/receipt Mon Dec 02 17:47:06 2013 +0000 1.2 +++ b/guile/receipt Wed Apr 16 09:06:56 2014 +0200 1.3 @@ -18,13 +18,13 @@ 1.4 { 1.5 cd $src 1.6 1.7 - # http://bugs.gentoo.org/show_bug.cgi?id=317175 1.8 + # http://bugs.gentoo.org/show_bug.cgi?id=317175 1.9 patch -p1 < $stuff/guile-1.8.7-gcc45.u || return 1 1.10 1.11 ./configure \ 1.12 --disable-error-on-warning \ 1.13 - $CONFIGURE_ARGS && 1.14 - make && 1.15 + $CONFIGURE_ARGS && 1.16 + make && 1.17 make DESTDIR=$DESTDIR install 1.18 } 1.19