redox/recipes/dosbox/01_redox.patch
2018-05-03 20:39:12 +02:00

12 lines
400 B
Diff

--- source/include/cross_orig.h 2017-10-25 01:51:53.148610915 +0200
+++ source/include/cross.h 2017-10-25 00:56:43.896422986 +0200
@@ -64,7 +64,7 @@
//Solaris maybe others
#if defined (DB_HAVE_NO_POWF)
#include <math.h>
-static inline float powf (float x, float y) { return (float) pow (x,y); }
+//static inline float powf (float x, float y) { return (float) pow (x,y); }
#endif
class Cross {