diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-10 04:09:40 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2014-06-10 04:09:40 +0000 |
commit | dd176849e8922f8d39431eae17b8da612406f4ab (patch) | |
tree | 8949eb8c348a7cb095c31dab9907052f0dd31daf /emulators/zsnes/files/patch-tools_depbuild.cpp | |
parent | - Update from 0.2 to 0.2.1 (diff) |
- Fix build with clang
- Use options helpers
PR: ports/190852
Submitted by: Naram Qashat <cyberbotx@cyberbotx.com>
Diffstat (limited to 'emulators/zsnes/files/patch-tools_depbuild.cpp')
-rw-r--r-- | emulators/zsnes/files/patch-tools_depbuild.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/zsnes/files/patch-tools_depbuild.cpp b/emulators/zsnes/files/patch-tools_depbuild.cpp new file mode 100644 index 000000000000..32517c21d398 --- /dev/null +++ b/emulators/zsnes/files/patch-tools_depbuild.cpp @@ -0,0 +1,11 @@ +--- tools/depbuild.cpp.orig 2006-12-27 06:04:05.000000000 -0500 ++++ tools/depbuild.cpp 2014-06-09 23:45:07.000000000 -0400 +@@ -29,6 +29,8 @@ + #include "fileutil.h" + #include "strutil.h" + ++#include <unistd.h> ++ + string cc; + string nasm; + string cflags; |