freebsd-ports/x11/kde4-workspace
David Naylor f8da7e3cee x11/kde4-workspace: fix OpenGL tests with nVidia's libGL
nVidia's libGL causes a segfault in ld-elf if the application that is linking
to libGL also links to another library (ordered before linking to libGL) and
the second library links to libthr.  For example:

kwin_opengl_test
 -> libXft
   -> libthr
 -> libGL

Two workarounds are known:
 1) Change the linking order to have libGL linked first, or
 2) Also link to libthr in the (base) application.

This patch implements the latter fix.

PR:	205149, 206899
MFH:	2016Q1
2016-02-08 04:20:50 +00:00
..
files x11/kde4-workspace: fix OpenGL tests with nVidia's libGL 2016-02-08 04:20:50 +00:00
distinfo
Makefile x11/kde4-workspace: fix OpenGL tests with nVidia's libGL 2016-02-08 04:20:50 +00:00
pkg-descr - Switch to options helpers 2015-10-19 08:19:01 +00:00
pkg-plist