Path to this page:
Subject: CVS commit: pkgsrc/devel/SDL
From: Julio M. Merino Vidal
Date: 2006-07-01 20:18:18
Message id: 20060701181818.0EF08211CA@cvs.netbsd.org
Log Message:
Disable dlopen for libraries and instead link the SDL library to them
directly. This didn't work because dlopen uses the rpath of the foremost
binary (not libSDL's one); therefore, some libraries could not be found.
For example, qemu was not working at all because it only has PREFIX in
its rpath, not X11PREFIX, and so libSDL could not load libX11 resulting
in a very strange error message.
There seem to be other problems such as the aalib video output crashing
or the wscons output not working, but these aren't very important (maybe
the problems have already gone away with this fix, I don't know). Anyway,
I think the former is fixed in 1.2.11.
Bump PKGREVISION to 1.
Files: