- Fix build on 10.x
- Use canonical filenames for patches
This commit is contained in:
12
graphics/makehuman/files/patch-src__FileTools.h
Normal file
12
graphics/makehuman/files/patch-src__FileTools.h
Normal file
@@ -0,0 +1,12 @@
|
||||
--- src/FileTools.h.orig 2007-11-25 12:28:06.000000000 +0300
|
||||
+++ src/FileTools.h 2014-03-29 06:24:08.329334425 +0400
|
||||
@@ -35,6 +35,9 @@
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <cassert>
|
||||
+#include <stdint.h>
|
||||
+#include <fcntl.h>
|
||||
+#include <unistd.h>
|
||||
|
||||
using std::string;
|
||||
using std::list;
|
||||
Reference in New Issue
Block a user