diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-24 10:58:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-06-24 10:58:22 +0000 |
commit | e5a8088292830ab7834c4bce5a4498f70177b7ff (patch) | |
tree | 87ca271b34ee8c7001d84429b4bf747a25153375 /graphics/milton/files/patch-src_system__includes.h | |
parent | security/obfs4proxy-tor: update 0.0.10 to 0.0.11 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=505022
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, 9 insertions, 2 deletions
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 <string.h> + #include <inttypes.h> + +-#include <xmmintrin.h> +-#include <emmintrin.h> + + #if defined(_WIN32) #include "gl.h" |