git: f406771d4c15 - main - games/eboard: fix build

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Apr 23 15:05:24 UTC 2021


The branch main has been updated by amdmi3:

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

commit f406771d4c156bf2201b9a07e9ed4dc88e6c6405
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-23 15:03:05 +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