diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-03-02 12:44:30 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-03-02 12:44:30 +0000 |
commit | 6c2d21d1d4fc44d853e544d1d952efb43413118e (patch) | |
tree | 30ec0761a39b32ccc2728bed5108e75ed7e3ff6b /graphics/giftool/pkg-descr | |
parent | 144bcef92be0eef15e6404ad9b093b06e9c4158f (diff) | |
download | ports-6c2d21d1d4fc44d853e544d1d952efb43413118e.tar.gz ports-6c2d21d1d4fc44d853e544d1d952efb43413118e.zip |
Notes
Diffstat (limited to 'graphics/giftool/pkg-descr')
-rw-r--r-- | graphics/giftool/pkg-descr | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/giftool/pkg-descr b/graphics/giftool/pkg-descr index 41d225d54a48..dd67bf885b16 100644 --- a/graphics/giftool/pkg-descr +++ b/graphics/giftool/pkg-descr @@ -3,13 +3,14 @@ instance 'giftool -B -i *.gif' converts all images to interlaced GIF files. GIFTool is shareware. Use the -info option to read the licensing information. -Two options are recommended. You can specify them after "make clean". -make RETVALUE=yes +Two options are recommended: +WITH_RETVALUE=yes This option, suggested by Sergei Chechetkin <csl@whale.sunbay.crimea.ua>, causes GIFTool to provide a return value so may be used in pipes or with programs like make(1). -make MALLOCSIZE=yes +WITH_MALLOCSIZE=yes This option, suggested by Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>, increases the size of a malloc, to avoid a segmentation fault when pre-reading some images. -You can specify both options such as 'make RETVALUE=yes MALLOCSIZE=yes'. + +WWW: http://www.the-labs.com/GIFTool/ |