git: 8d9339654db7 - 2021Q2 - games/eboard: fix build

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 26 15:17:24 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8d9339654db73bf64844526d2a89d39645037598

commit 8d9339654db73bf64844526d2a89d39645037598
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-23 10:45:09 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-26 14:53:41 +0000

    games/eboard: fix build
---
 games/eboard/files/patch-sound.cc | 11 +++++++++++
 1 file changed, 11 insertions(+)

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"


More information about the dev-commits-ports-all mailing list