aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-23 10:45:09 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2021-04-23 15:03:05 +0000
commitf406771d4c156bf2201b9a07e9ed4dc88e6c6405 (patch)
treec3a2122103f06861cc69397fe2c3f93962d8a282
parenta94953ebabefd6cce7590c5d3479549e35dfc62f (diff)
downloadports-f406771d4c156bf2201b9a07e9ed4dc88e6c6405.tar.gz
ports-f406771d4c156bf2201b9a07e9ed4dc88e6c6405.zip
games/eboard: fix build
-rw-r--r--games/eboard/files/patch-sound.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/eboard/files/patch-sound.cc b/games/eboard/files/patch-sound.cc
new file mode 100644
index 000000000000..1e31c04047da
--- /dev/null
+++ b/games/eboard/files/patch-sound.cc
@@ -0,0 +1,11 @@
+--- sound.cc.orig 2018-07-31 18:02:19 UTC
++++ sound.cc
+@@ -38,7 +38,7 @@
+ #include <math.h>
+ #include <limits.h>
+ #include <gst/gst.h>
+-#include <endian.h>
++#include <sys/endian.h>
+
+ #include "sound.h"
+ #include "global.h"