Changes between Version 5 and Version 6 of app-arch/gzip
- Timestamp:
- 05/14/08 21:36:49 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
app-arch/gzip
v5 v6 11 11 dependencies: none 12 12 13 {{{ 13 14 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 }}} 15 [http://tools.assembla.com/BePorts/browser/BePorts/trunk/app-arch/gzip/patches/gzip-1.3.12-stdbool_.h.diff Patch][[BR]] 16 Then use a Haiku config.guess file, and ./configure --preifx==/boot/common[[BR]] 17 make, make install[[BR]] 18 19 19 20 20 21 === revision 1 (brecht) - [BONE] ===
