aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorOleksii Samorukov <samm@FreeBSD.org>2023-06-07 06:58:10 +0000
committerOleksii Samorukov <samm@FreeBSD.org>2023-06-07 06:59:57 +0000
commit7adb41ad1d257e40f43ec510cae726d811f2887f (patch)
tree1a04ab5c60850fcf1fadf94c6701a47c399f382d /comms
parenta5432d70b9e269e6d2d96e46181328ff0fe6e0d1 (diff)
downloadports-7adb41ad1d257e40f43ec510cae726d811f2887f.tar.gz
ports-7adb41ad1d257e40f43ec510cae726d811f2887f.zip
Diffstat (limited to 'comms')
-rw-r--r--comms/ebusd/files/patch-src_lib_ebus_datatype.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp b/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp
new file mode 100644
index 000000000000..610c4f93e84a
--- /dev/null
+++ b/comms/ebusd/files/patch-src_lib_ebus_datatype.cpp
@@ -0,0 +1,10 @@
+--- src/lib/ebus/datatype.cpp.orig 2023-06-07 06:49:34 UTC
++++ src/lib/ebus/datatype.cpp
+@@ -22,6 +22,7 @@
+
+ #include "lib/ebus/datatype.h"
+ #include <math.h>
++#include <cmath> // Only required for FreeBSD 13.1, later versions seems to be fine without that
+ #include <iostream>
+ #include <sstream>
+ #include <iomanip>