ports/x11/virtualgl/files/patch-util__CMakeLists.txt
Adam Weinberger eee3af20d2 Add x11/virtual.
VirtualGL is an open source program that redirects the 3D rendering commands
from Unix and Linux OpenGL applications to 3D accelerator hardware in a
dedicated server and displays the rendered output interactively to a thin
client located elsewhere on the network, or locally.

WWW: http://www.virtualgl.org

PR:		192561
Submitted by:	David Mackay
2014-08-23 22:26:34 +00:00

8 lines
279 B
Text

--- ./util/CMakeLists.txt.orig 2014-08-10 17:44:08.000000000 +0100
+++ ./util/CMakeLists.txt 2014-08-10 17:44:16.000000000 +0100
@@ -1,3 +1,5 @@
+ADD_DEFINITIONS(-fPIC)
+
add_library(rrutil STATIC rrlog.cpp genericQ.cpp bmp.c)
if(UNIX)
target_link_libraries(rrutil pthread)