Changes between Version 4 and Version 5 of app-arch/gzip
- Timestamp:
- 05/14/08 13:41:57 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app-arch/gzip
v4 v5 7 7 ||R5||untested|| 8 8 ||BONE||stable|| 9 ||Haiku|| untested||9 ||Haiku||stable|| 10 10 11 11 dependencies: none 12 13 {{{ 14 For Haiku: 15 Needed to modify lib/stdbool.h in 2 places for if defined (__BEOS__) to be if defined (__BEOS__) && !defined (__HAIKU__) 16 Then use a Haiku config.guess file, and ./configure --preifx==/boot/common 17 make, make install 18 }}} 12 19 13 20 === revision 1 (brecht) - [BONE] ===
