mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
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
11 lines
329 B
Text
11 lines
329 B
Text
--- ./common/CMakeLists.txt.orig 2011-12-23 19:15:16.000000000 +0000
|
|
+++ ./common/CMakeLists.txt 2014-08-10 17:43:04.000000000 +0100
|
|
@@ -4,6 +4,8 @@
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
+ADD_DEFINITIONS(-fPIC)
|
|
+
|
|
add_library(rrframe STATIC rrframe.cpp)
|
|
target_link_libraries(rrframe rrutil ${TJPEG_LIBRARY})
|
|
|