wok-6.x rev 12821
gmp: dont build for ARM anymore...
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 21 23:58:06 2012 +0200 (2012-05-21) |
parents | 521a11df54e7 |
children | 6233a11c8f04 |
files | gpm-dev/receipt gpm-extra/receipt gpm/receipt |
line diff
1.1 --- a/gpm-dev/receipt Mon May 21 23:48:44 2012 +0200 1.2 +++ b/gpm-dev/receipt Mon May 21 23:58:06 2012 +0200 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 WEB_SITE="http://www.nico.schottelius.org/software/gpm/" 1.6 WANTED="gpm" 1.7 -HOST_ARCH="i486 arm" 1.8 +#HOST_ARCH="i486 arm" 1.9 1.10 DEPENDS="gpm" 1.11
2.1 --- a/gpm-extra/receipt Mon May 21 23:48:44 2012 +0200 2.2 +++ b/gpm-extra/receipt Mon May 21 23:58:06 2012 +0200 2.3 @@ -7,7 +7,7 @@ 2.4 MAINTAINER="pascal.bellard@slitaz.org" 2.5 WEB_SITE="http://www.nico.schottelius.org/software/gpm/" 2.6 WANTED="gpm" 2.7 -HOST_ARCH="i486 arm" 2.8 +#HOST_ARCH="i486 arm" 2.9 2.10 DEPENDS="gpm" 2.11
3.1 --- a/gpm/receipt Mon May 21 23:48:44 2012 +0200 3.2 +++ b/gpm/receipt Mon May 21 23:58:06 2012 +0200 3.3 @@ -8,7 +8,8 @@ 3.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.5 WEB_SITE="http://www.nico.schottelius.org/software/gpm/" 3.6 WGET_URL="http://www.nico.schottelius.org/software/gpm/archives/$TARBALL" 3.7 -HOST_ARCH="i486 arm" 3.8 +#HOST_ARCH="i486 arm" 3.9 +CROSS_BUGS="ld bug: undefined reference to 'stdscr' and 'wgetch'" 3.10 3.11 DEPENDS="ncurses" 3.12 BUILD_DEPENDS="gawk bison"