diff options
Diffstat (limited to 'devel/etl/files')
-rw-r--r-- | devel/etl/files/patch-ETL___stringf.h | 11 | ||||
-rw-r--r-- | devel/etl/files/patch-ETL___surface.h | 10 |
2 files changed, 21 insertions, 0 deletions
diff --git a/devel/etl/files/patch-ETL___stringf.h b/devel/etl/files/patch-ETL___stringf.h new file mode 100644 index 000000000000..72bfd2c84f55 --- /dev/null +++ b/devel/etl/files/patch-ETL___stringf.h @@ -0,0 +1,11 @@ +--- ETL/_stringf.h.orig ++++ ETL/_stringf.h +@@ -57,7 +57,7 @@ + + _ETL_BEGIN_CDECLS + +-#if defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32) ++#if defined(__clang__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32) + #define ETL_NO_THROW + #else + #define ETL_NO_THROW throw() diff --git a/devel/etl/files/patch-ETL___surface.h b/devel/etl/files/patch-ETL___surface.h new file mode 100644 index 000000000000..950e4a43bd65 --- /dev/null +++ b/devel/etl/files/patch-ETL___surface.h @@ -0,0 +1,10 @@ +--- ETL/_surface.h.orig ++++ ETL/_surface.h +@@ -34,6 +34,7 @@ + #include "_misc.h" + #include <algorithm> + #include <cstring> ++#include <cstdlib> + + /* === M A C R O S ========================================================= */ + |