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