HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 4 and Version 5 of sys-devel/distcc/3.1/1


Ignore:
Timestamp:
05/15/11 14:38:48 (4 years ago)
Author:
brecht
Comment:

fix for strsep

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/distcc/3.1/1

    v4 v5  
    55[end portlog metadata] 
    66 
    7 Update config.guess and config.sub: 
     7If 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{{{ 
     9AC_SEARCH_LIBS(strsep, [bsd]) 
     10}}} 
     11 
     12Next, update {{{config.guess}}} and {{{config.sub}}} and regenerate the {{{configure}}} script: 
    813{{{ 
    914libtoolize --force --copy --install 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/