Changes between Version 4 and Version 5 of sys-devel/distcc/3.1/1
- Timestamp:
- 05/15/11 14:38:48 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sys-devel/distcc/3.1/1
v4 v5 5 5 [end portlog metadata] 6 6 7 Update config.guess and config.sub: 7 If we cant to use {{{strsep}}} in Haiku, we need to link to {{{bsd}}}, so add the following to {{{configure.ac}}} (below the other {{{AC_SEARCH_LIBS}}} calls): 8 {{{ 9 AC_SEARCH_LIBS(strsep, [bsd]) 10 }}} 11 12 Next, update {{{config.guess}}} and {{{config.sub}}} and regenerate the {{{configure}}} script: 8 13 {{{ 9 14 libtoolize --force --copy --install
