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:   bjs
Date:           Fri Apr 25 20:11:11 UTC 2008

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile hacks.mk

Log Message:
Add some SUBST magic for NetBSD to change the name of the function
called in the x86/x86_64 assembler dispatch routine to __thr_getspecific to
avoid an unresolved symbol error from ld at link-time.

This is a weak alias in libc and a strong alias in libpthread, so
everything should work fine.  This could probably be fixed in a better way,
but for now, I think "it works" is a plus.

Bump rev.


To generate a diff of this commit:
cvs rdiff -r1.57 -r1.58 pkgsrc/graphics/MesaLib/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/graphics/MesaLib/hacks.mk

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