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_system__includes.h | |
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_system__includes.h')
-rw-r--r-- | graphics/milton/files/patch-src_system__includes.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/milton/files/patch-src_system__includes.h b/graphics/milton/files/patch-src_system__includes.h new file mode 100644 index 000000000000..f440a5ef1c8c --- /dev/null +++ b/graphics/milton/files/patch-src_system__includes.h @@ -0,0 +1,11 @@ +--- src/system_includes.h.orig 2019-03-15 04:11:43 UTC ++++ src/system_includes.h +@@ -48,7 +48,7 @@ + + #include "gl.h" + +-#elif defined(__linux__) ++#elif defined(__linux__) || defined(__FreeBSD__) + + #include "gl.h" + |