# HG changeset patch # User Christophe Lincoln # Date 1254260967 -7200 # Node ID 29d2b6fe566a9dd238fe1772292cdf642e68abd6 # Parent 58996059f27f9c5c92271a4a642768c4ec1c1428 Fix: build mtpaint without GIF support (nogif) diff -r 58996059f27f -r 29d2b6fe566a mtpaint/receipt --- a/mtpaint/receipt Tue Sep 29 23:48:09 2009 +0200 +++ b/mtpaint/receipt Tue Sep 29 23:49:27 2009 +0200 @@ -19,7 +19,10 @@ { cp -a stuff/icons-tango/* $src/src/icons1 cd $src - ./configure --cpu=i486 --prefix=/usr intl && + ./configure \ + --cpu=i486 \ + --prefix=/usr \ + intl nogif && make }