Ticket #522 (closed defect: fixed)
Opened 4 years ago
Last modified 4 years ago
libsdl-1.2-hg hg fails to build
| Reported by: | michaelvoliveira | Owned by: | pulkomandy |
|---|---|---|---|
| Priority: | high | Milestone: | LibPak 1.0 |
| Component: | media-libs/libsdl | Version: | 1.0 |
| Severity: | blocker | Keywords: | |
| Cc: |
Description
It's getting several errors into ./src/events/SDL_quit.c now for the lack of sa_sigaction. Note that this worked in older versions.
./src/events/SDL_quit.c:51: error: 'struct sigaction' has no member named 'sa_sigaction' ./src/events/SDL_quit.c:56: error: 'struct sigaction' has no member named 'sa_sigaction'
Attachments
Change History
comment:1 Changed 4 years ago by michaelvoliveira
Changed 4 years ago by michaelvoliveira
- attachment SDL-1.2-HG-2010-12-27_opengl_cursor_patch.diff added
Merging the original patch file with opengl cursor + sa_sigaction correction
comment:2 Changed 4 years ago by scottmc
- Owner changed from michaelvoliveira to pulkomandy
comment:3 Changed 4 years ago by scottmc
Applied a modified version in r1660, which removed the sigaction fix. The sigaction issue is worked around in the current .bep file which can then be removed if/when it is fixed in Haiku.
A binary built using this patch can be found here:
http://ports-space.haiku-files.org/media-libs/libsdl-1.2-hg-x86-gcc4-2011-06-03.zip
comment:4 Changed 4 years ago by scottmc
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Into another problems, sdl.m4 is not copying to /boot/common/data/aclocal, causing troubles to find AM_PATH_SDL