From e5a8088292830ab7834c4bce5a4498f70177b7ff Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Mon, 24 Jun 2019 10:58:22 +0000 Subject: - Update `graphics/milton' to version 1.6.2 - It's written in C++11, so pull the right compiler - Don't try to decode errnos which are never returned on FreeBSD and thus might not be defined with some compilers - Fix the build on !x86 by removing unused intrinsic headers - Add some missing USE_* components reported by stage Q/A PR: 238021 --- graphics/milton/files/patch-src_system__includes.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'graphics/milton/files/patch-src_system__includes.h') diff --git a/graphics/milton/files/patch-src_system__includes.h b/graphics/milton/files/patch-src_system__includes.h index f440a5ef1c8c..85226585b696 100644 --- a/graphics/milton/files/patch-src_system__includes.h +++ b/graphics/milton/files/patch-src_system__includes.h @@ -1,6 +1,13 @@ ---- src/system_includes.h.orig 2019-03-15 04:11:43 UTC +--- src/system_includes.h.orig 2019-06-05 15:34:53 UTC +++ src/system_includes.h -@@ -48,7 +48,7 @@ +@@ -41,14 +41,12 @@ + #include + #include + +-#include +-#include + + #if defined(_WIN32) #include "gl.h" -- cgit v1.2.3