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 games-engines/scummvm/0.13.0


Ignore:
Timestamp:
03/07/09 23:57:55 (6 years ago)
Author:
begasus
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • games-engines/scummvm/0.13.0

    v1 v2  
    1   
     1Haiku patches have been sent upstream and have been included in this release so it builds out of the box. 
     2Only problem still is with two asm files in: 
     3    scummvm/trunk/graphics/scaler/ 
     4Offending files are: 
     5    hq2x_i386.asm 
     6    hq3x_i386.asm 
     7At the bottom of those 2 files you find the lines: 
     8 
     9{{{ 
     10    %ifidn __OUTPUT_FORMAT__,elf 
     11    section .note.GNU-stack noalloc noexec nowrite progbits 
     12    %endif 
     13}}} 
     14 
     15These lines add an extra header GNU_STACK to the binary that Haiku can't handle (yet?) so it's safe to remove them. 
     16 
     17Then just run ./configure --prefix, make and make install. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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