Date: Mon, 26 Apr 2021 15:17:23 GMT From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8d9339654db7 - 2021Q2 - games/eboard: fix build Message-ID: <202104261517.13QFHNIs073339@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q2 has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=8d9339654db73bf64844526d2a89d39645037598 commit 8d9339654db73bf64844526d2a89d39645037598 Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2021-04-23 10:45:09 +0000 Commit: Dmitry Marakasov <amdmi3@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104261517.13QFHNIs073339>