Subject: CVS commit: pkgsrc/devel/SDL
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 07/01/2006 18:18:18
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Jul  1 18:18:18 UTC 2006

Modified Files:
	pkgsrc/devel/SDL: Makefile

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.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 pkgsrc/devel/SDL/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.