mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 05:30:31 -04:00
Changes: https://github.com/VirtualGL/virtualgl/blob/master/ChangeLog.txt PR: 202804 Submitted by: Ultima1252@gmail.com, matthew@reztek.cz Approved by: David Mackay <davidjx8p@gmail.com> (maintainer)
11 lines
292 B
Text
11 lines
292 B
Text
--- common/CMakeLists.txt.orig 2014-02-11 02:55:11 UTC
|
|
+++ common/CMakeLists.txt
|
|
@@ -4,6 +4,8 @@
|
|
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
+ADD_DEFINITIONS(-fPIC)
|
|
+
|
|
add_library(vglcommon STATIC Frame.cpp Profiler.cpp)
|
|
target_link_libraries(vglcommon vglutil ${TJPEG_LIBRARY})
|
|
|