mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
27 lines
555 B
C++
27 lines
555 B
C++
--- include/lmms_math.h.orig 2015-03-08 02:47:14 UTC
|
|
+++ include/lmms_math.h
|
|
@@ -26,15 +26,14 @@
|
|
#ifndef LMMS_MATH_H
|
|
#define LMMS_MATH_H
|
|
|
|
+#include <math.h>
|
|
#include <stdint.h>
|
|
#include "lmms_constants.h"
|
|
#include "lmmsconfig.h"
|
|
#include <QtCore/QtGlobal>
|
|
|
|
-#include <cmath>
|
|
using namespace std;
|
|
|
|
-#if defined (LMMS_BUILD_WIN32) || defined (LMMS_BUILD_APPLE)
|
|
#ifndef isnanf
|
|
#define isnanf(x) isnan(x)
|
|
#endif
|
|
@@ -53,7 +52,6 @@ using namespace std;
|
|
#ifndef exp10f
|
|
#define exp10f(x) powf( 10, x )
|
|
#endif
|
|
-#endif
|
|
|
|
#ifdef __INTEL_COMPILER
|
|
|