mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 14:40:32 -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)
8 lines
247 B
Text
8 lines
247 B
Text
--- util/CMakeLists.txt.orig 2014-11-01 06:04:28 UTC
|
|
+++ util/CMakeLists.txt
|
|
@@ -1,3 +1,5 @@
|
|
+ADD_DEFINITIONS(-fPIC)
|
|
+
|
|
add_library(vglutil STATIC GenericQ.cpp Log.cpp Mutex.cpp Thread.cpp bmp.c)
|
|
if(UNIX)
|
|
target_link_libraries(vglutil pthread)
|