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 1 and Version 2 of sys-devel/flex/2.5.35/1


Ignore:
Timestamp:
11/09/08 17:11:27 (7 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sys-devel/flex/2.5.35/1

    v1 v2  
    1   
     1==== Changes ==== 
     2 
     3No changes were required. 
     4 
     5==== Configuring/Building ==== 
     6 
     7{{{ 
     8automake --add-missing --force-missing 
     9./configure --prefix=/boot/common 
     10make 
     11}}} 
     12 
     13"automake" updates the outdated config.guess. 
     14 
     15==== Tests ==== 
     16 
     17{{{ 
     18make check 
     19}}} 
     20 
     21{{{Test test-pthread FAILED. See test-pthread/OUTPUT for details.}}}: 
     22 - {{{tests/test-pthread/Makefile.am}}} hardcodes {{{LDFLAGS=-lpthread}}}. If removed the test passes. 
     23 
     24All tests succeed. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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