Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDL - Patch to add support for Haiku #423

Closed
SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Closed

SDL - Patch to add support for Haiku #423

SDLBugzilla opened this issue Feb 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: 1.2.13
Reported for operating system, platform: Other, x86

Comments on the original bug report:

On 2008-08-21 10:48:14 +0000, Scott McCreary wrote:

This patch adds support for Haiku.
http://ports.haiku-files.org/browser/haikuports/trunk/media-libs/libsdl/SDL-1.2.13-haiku.diff
Haiku is an open-source recreation of BeOS. It has better POSIX compliance than beOS did, and other improved features, which in some cases causes us to have to "undo" previous BeOS workarounds.
Here's our port log entry for it, showing the steps to force the changes into configure and Makefile:
http://ports.haiku-files.org/wiki/media-libs/libsdl/1.2.13/1
Note that this was only tried on 1.2.13 stable so far.
Haiku is using a newer config.guess / config.sub that doesn't yet seem to be in the released libtool, so we are having to copy it in for now.
http://haiku-files.org/files/optional-packages/
-scottmc

On 2008-10-21 17:08:03 +0000, Scott McCreary wrote:

Created attachment 281
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

On 2009-09-13 16:33:29 +0000, Ryan C. Gordon wrote:

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.

On 2009-09-21 02:21:20 +0000, Sam Lantinga wrote:

This is fixed in subversion, thanks!

@SDLBugzilla SDLBugzilla added the enhancement New feature or request label Feb 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant