meshlab: add missing patch (doh!)
Should have been included in af7d5f27d0
("meshlab: 1.3.2 -> 1.3.3").
This commit is contained in:
parent
50d90a2538
commit
c9c3a3cb72
13
pkgs/applications/graphics/meshlab/include-unistd.diff
Normal file
13
pkgs/applications/graphics/meshlab/include-unistd.diff
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user