pkgsrc-wip/uqm/TODO
Thomas Klausner aafb65a014 Centralize package update notes for pkgsrc-wip packages.
pkglint support might be coming soon...

rillig@ ok
2006-05-18 19:36:29 +00:00

14 lines
388 B
Text

* This doesn't currently work under NetBSD 1.6.2 and GNU PTH.
- SDL_SemWait is returning -1, which indicates an error
- src/sc2code/libs/threads/sdl/sdlthreads.h
#define NativeSetSemaphore(sem) \
SDL_SemWait ((sem))
- src/sc2code/libs/threads/thrcommon.c
int
SetSemaphore (Semaphore sem)
[...]
i = NativeSetSemaphore ((NativeSemaphore) sem);