freebsd-ports/x11/kde4-workspace/files
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
..
kdm4.in
patch-CMakeLists.txt
patch-ConfigureChecks.cmake
patch-kdm-kfrontend-CMakeLists.txt
patch-kdm__backend__client.c
patch-kinfocenter
patch-kwin_opengltest_CMakeLists.txt
patch-powerdevil__daemon__backends__upower__xrandrbrightness.cpp
patch-startkde.cmake
patch-usbview
pkg-message.gstreamer
pkg-message.in