diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-03-19 18:42:59 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-03-19 18:42:59 +0000 |
commit | c54e9cf6f60e727e0a62e11308774fb76171133b (patch) | |
tree | 41697ae477238c5413e7e696045e6ec76bb67a64 /graphics/milton/files/patch-src_unity.cc | |
parent | sysutils/cbsd: update to 12.0.6 (diff) |
Milton is an open source application that lets you Just Paint.
WWW: https://www.miltonpaint.com/
Notes
Notes:
svn path=/head/; revision=496288
Diffstat (limited to 'graphics/milton/files/patch-src_unity.cc')
-rw-r--r-- | graphics/milton/files/patch-src_unity.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/milton/files/patch-src_unity.cc b/graphics/milton/files/patch-src_unity.cc new file mode 100644 index 000000000000..eb17c4c510cf --- /dev/null +++ b/graphics/milton/files/patch-src_unity.cc @@ -0,0 +1,11 @@ +--- src/unity.cc.orig 2019-03-15 04:11:43 UTC ++++ src/unity.cc +@@ -18,7 +18,7 @@ + + #if defined(_WIN32) + #include "platform_windows.cc" +-#elif defined(__linux__) ++#elif defined(__linux__) || defined(__FreeBSD__) + #include "platform_unix.cc" + #include "platform_linux.cc" + #elif defined(__MACH__) |