scummvm 0.13.0
| Dependencies: | none specified |
|---|
| 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.
diff file for haiku (been included already in the source)
Download all attachments as: .zip
Powered by Trac 0.13dev-r10686
By Edgewall Software.
Visit the Trac open source project at
http://trac.edgewall.org/