about summary refs log tree commit diff
path: root/pkgs/applications/graphics/meshlab
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2015-08-20 16:05:18 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2015-08-20 16:06:29 +0200
commitc9c3a3cb721ca61b7e85183ffae56b8bcb44af30 (patch)
tree0a2b0293e44d2fb0da2e4b971eb0fce403babfda /pkgs/applications/graphics/meshlab
parent50d90a2538ceb953fe3e88ae7ad29bd048b406c2 (diff)
meshlab: add missing patch (doh!)
Should have been included in af7d5f27d01d6 ("meshlab: 1.3.2 -> 1.3.3").
Diffstat (limited to 'pkgs/applications/graphics/meshlab')
-rw-r--r--pkgs/applications/graphics/meshlab/include-unistd.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/meshlab/include-unistd.diff b/pkgs/applications/graphics/meshlab/include-unistd.diff
new file mode 100644
index 0000000000000..74f28a4d21195
--- /dev/null
+++ b/pkgs/applications/graphics/meshlab/include-unistd.diff
@@ -0,0 +1,13 @@
+*** old/vcglib/wrap/ply/plystuff.h	2013-02-09 00:00:04.110705851 -0500
+--- new/vcglib/wrap/ply/plystuff.h	2013-02-09 15:20:53.482205183 -0500
+***************
+*** 75,80 ****
+--- 75,81 ----
+  #define pb_close  _close
+  #define DIR_SEP "\\"
+  #else
++ #include <unistd.h>
+  #define pb_mkdir(n)  mkdir(n,0755)
+  #define pb_access access
+  #define pb_stat   stat
+