termux-packages/packages/ndk-sysroot/math-header.diff

23 lines
613 B
Diff
Raw Normal View History

2022-05-11 18:20:56 +02:00
--- data/data/me.sergiotarxz.openmg.x11/files/usr/include/c++/v1/cmath.orig 2019-03-24 00:31:49.512145195 +0000
2019-03-24 01:40:04 +01:00
+++ ./cmath 2019-03-24 00:32:19.392703442 +0000
@@ -301,7 +301,7 @@
2019-03-24 01:40:04 +01:00
*/
#include <__config>
-#include <math.h>
+#include <c++/v1/math.h>
#include "version"
#include <type_traits>
2019-03-24 01:40:04 +01:00
2022-05-11 18:20:56 +02:00
--- data/data/me.sergiotarxz.openmg.x11/files/usr/include/c++/v1/math.h.orig 2019-03-24 01:10:28.881807799 +0000
2019-03-24 01:40:04 +01:00
+++ ./math.h 2019-03-24 01:11:01.078384393 +0000
@@ -300,7 +300,7 @@
#define _LIBCPP_STDLIB_INCLUDE_NEXT
#include <stdlib.h>
2019-03-24 01:40:04 +01:00
-#include_next <math.h>
+#include "../../math.h"
#ifdef __cplusplus