wok-6.x diff celestia/receipt @ rev 10274
ncurses*: build fail if native build system is used so use the compiler machine type
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 21 21:22:47 2011 +0200 (2011-05-21) |
parents | a1644dbcf632 |
children | 4f527a2114bf |
line diff
1.1 --- a/celestia/receipt Sat May 07 23:47:19 2011 +0200 1.2 +++ b/celestia/receipt Sat May 21 21:22:47 2011 +0200 1.3 @@ -15,7 +15,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - patch -p0 -i ../$stuff/celestia-1.6.0-gcc45.patch 1.8 + patch -p0 -i $stuff/celestia-1.6.0-gcc45.patch 1.9 ./configure \ 1.10 --prefix=/usr \ 1.11 --infodir=/usr/share/info \