HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog
PortLog:games-engines/scummvm/0.13.0

Context Navigation

  • ← Previous Version
  • View Latest Version
  • Next Version →

scummvm 0.13.0

Dependencies: none specified

Version 2 (modified by begasus, 6 years ago) (diff)

--

Haiku patches have been sent upstream and have been included in this release so it builds out of the box. Only problem still is with two asm files in:

scummvm/trunk/graphics/scaler/

Offending files are:

hq2x_i386.asm hq3x_i386.asm

At the bottom of those 2 files you find the lines:

    %ifidn __OUTPUT_FORMAT__,elf
    section .note.GNU-stack noalloc noexec nowrite progbits
    %endif

These lines add an extra header GNU_STACK to the binary that Haiku can't handle (yet?) so it's safe to remove them.

Then just run ./configure --prefix, make and make install.

Attachments

  • scummvm_haiku.diff​ (3.4 KB) - added by begasus 6 years ago. diff file for haiku (been included already in the source)

Download all attachments as: .zip

Download in other formats:

  • Plain Text

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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