aboutsummaryrefslogtreecommitdiff
path: root/cad/openvsp
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:50:23 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-10 19:50:23 +0000
commit3b7bd0a1490f574288fc9a02617a19cf238254e0 (patch)
treec05d182f965de6bace293ed87ece71bd45e7c422 /cad/openvsp
parent913e08e52dca0eafb130dc0942c6275a178095ea (diff)
downloadports-3b7bd0a1490f574288fc9a02617a19cf238254e0.tar.gz
ports-3b7bd0a1490f574288fc9a02617a19cf238254e0.zip
Notes
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 . )