wok-6.x diff make/receipt @ rev 12013
stella: use desktop file provided in source but with a sed edit to remove png
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Mar 05 22:54:21 2012 -0800 (2012-03-05) |
parents | 8f67d8f93990 |
children | ebdf263e57ce |
line diff
1.1 --- a/make/receipt Fri May 20 09:22:54 2011 +0200 1.2 +++ b/make/receipt Mon Mar 05 22:54:21 2012 -0800 1.3 @@ -12,6 +12,17 @@ 1.4 DEPENDS="glibc-base" 1.5 BUILD_DEPENDS="gcc" 1.6 1.7 +# Rules to compile & install the temporary toolchain. 1.8 +cook_tmp_toolchain() 1.9 +{ 1.10 + cd $src 1.11 + # http://savannah.gnu.org/bugs/?30612 1.12 + patch -Np1 -i $stuff/bug30612.patch 1.13 + # http://savannah.gnu.org/bugs/?30723 1.14 + patch -Np1 -i $stuff/bug30723.patch 1.15 + ./configure && make && make install 1.16 +} 1.17 + 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 {