pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   dsainty
Date:           Wed Jul 30 00:27:55 UTC 2008

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile
        pkgsrc/graphics/MesaLib/files/configs: pkgsrc-dri

Log Message:
Use new-fangled :Q technology instead of yesteryear's quote characters.

Use the PTHREAD_XXX variables to set up the linking, otherwise libGL.so isn't
linked with libpthread.so under Linux, and so things that link with libGL.so
but don't themselves use threads are likely to not link themselves, failing to
resolve pthread_getspecific, pthread_once, pthread_key_create and
pthread_setspecific.

There should be no change on NetBSD platforms, but there is change on other
platforms, notably Linux.  Bump PKGREVISION to communicate that.

Should fix PR36207, does fix Linux build of glx-utils, and allows mission
critical software like "bzflag" to build under Linux.


To generate a diff of this commit:
cvs rdiff -r1.66 -r1.67 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/graphics/MesaLib/files/configs/pkgsrc-dri

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



Home | Main Index | Thread Index | Old Index