| Summary: | SDL - Patch to add support for Haiku | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Scott McCreary <scottmc2> |
| Component: | build | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | enhancement | ||
| Priority: | P2 | CC: | scottmc2 |
| Version: | 1.2.13 | Keywords: | target-1.2.14 |
| Hardware: | x86 | ||
| OS: | Other | ||
| URL: | http://ports.haiku-files.org/browser/haikuports/trunk/media-libs/libsdl/SDL-1.2.13-haiku.diff | ||
| Attachments: | I checked out the current 1.2 branch and applied the previous haiku patch | ||
|
Description
Scott McCreary
2008-08-21 10:48:14 UTC
Created attachment 281 [details]
I checked out the current 1.2 branch and applied the previous haiku patch
We still need to copy in a newer config.guess and config.sub as haiku wasn't defined in those until April 2008.
Then run:
cat $(aclocal --print-ac-dir)/libtool.m4 >> acinclude.m4
libtoolize --force --copy
aclocal
automake
autoconf
./configure --prefix=/boot/common
make
make install
I tried just running ./autogen.sh but then the shared libraries weren't able to build.
-scottmc
Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14. Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla). --ryan. This is fixed in subversion, thanks! |