aboutsummaryrefslogtreecommitdiff
path: root/cad/openvsp
diff options
context:
space:
mode:
Diffstat (limited to 'cad/openvsp')
-rw-r--r--cad/openvsp/files/patch-vsp-CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/openvsp/files/patch-vsp-CMakeLists.txt b/cad/openvsp/files/patch-vsp-CMakeLists.txt
new file mode 100644
index 000000000000..fcd38f6a195b
--- /dev/null
+++ b/cad/openvsp/files/patch-vsp-CMakeLists.txt
@@ -0,0 +1,10 @@
+--- src/vsp/CMakeLists.txt.orig 2014-08-08 15:23:12.000000000 +0200
++++ src/vsp/CMakeLists.txt 2014-08-08 15:23:59.000000000 +0200
+@@ -216,6 +216,7 @@
+ ${FLTK_LIBRARIES}
+ ${OPENGL_LIBRARIES}
+ ${OPENNURBS_LIBRARIES}
++ -pthread
+ )
+
+ INSTALL( TARGETS vsp RUNTIME DESTINATION . )