# HG changeset patch # User Christophe Lincoln # Date 1306005767 -7200 # Node ID ef827f291143e6b80b1ae18c52b48a2063b37d36 # Parent 7e20ab631d28dc7035c621d6e2c59c1367b642b4 ncurses*: build fail if native build system is used so use the compiler machine type diff -r 7e20ab631d28 -r ef827f291143 ncurses/receipt --- a/ncurses/receipt Sat May 21 20:31:32 2011 +0200 +++ b/ncurses/receipt Sat May 21 21:22:47 2011 +0200 @@ -32,7 +32,8 @@ --with-shared \ --without-debug \ --without-ada \ - $CONFIGURE_ARGS && + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && make && make install } diff -r 7e20ab631d28 -r ef827f291143 ncursesw/receipt --- a/ncursesw/receipt Sat May 21 20:31:32 2011 +0200 +++ b/ncursesw/receipt Sat May 21 21:22:47 2011 +0200 @@ -17,18 +17,15 @@ sed -i 's|\tsh $(srcdir)/MKhashsize.sh|\tash $(srcdir)/MKhashsize.sh|' \ include/Makefile.in ./configure \ - --prefix=/usr \ --libdir=/lib \ --sysconfdir=/etc \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ --with-shared \ --without-debug \ --without-ada \ --enable-widec \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + --build=$HOST_SYSTEM \ + --host=$HOST_SYSTEM && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.