wok-stable rev 4324
Fix: build mtpaint without GIF support (nogif)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 29 23:49:27 2009 +0200 (2009-09-29) |
parents | 58996059f27f |
children | a48c016d40fb |
files | mtpaint/receipt |
line diff
1.1 --- a/mtpaint/receipt Tue Sep 29 23:48:09 2009 +0200 1.2 +++ b/mtpaint/receipt Tue Sep 29 23:49:27 2009 +0200 1.3 @@ -19,7 +19,10 @@ 1.4 { 1.5 cp -a stuff/icons-tango/* $src/src/icons1 1.6 cd $src 1.7 - ./configure --cpu=i486 --prefix=/usr intl && 1.8 + ./configure \ 1.9 + --cpu=i486 \ 1.10 + --prefix=/usr \ 1.11 + intl nogif && 1.12 make 1.13 } 1.14