Date: Sat, 24 Jul 2021 06:25:03 GMT From: "Tobias C. Berner" <tcberner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 860a8925ed96 - main - misc/xiphos: Fix build with glib 2.68.3 Message-ID: <202107240625.16O6P3U8069732@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=860a8925ed960299eda8f12d70845d074fcae626 commit 860a8925ed960299eda8f12d70845d074fcae626 Author: Tobias C. Berner <tcberner@FreeBSD.org> AuthorDate: 2021-07-24 06:23:29 +0000 Commit: Tobias C. Berner <tcberner@FreeBSD.org> CommitDate: 2021-07-24 06:24:55 +0000 misc/xiphos: Fix build with glib 2.68.3 Obtained from [1] via [2]. [1] https://aur.archlinux.org/cgit/aur.git/tree/xiphos-glibc.patch?h=xiphos [2] https://github.com/crosswire/xiphos/issues/1083 PR: 256200 --- misc/xiphos/files/patch-cmake_config.h.cmake.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/misc/xiphos/files/patch-cmake_config.h.cmake.in b/misc/xiphos/files/patch-cmake_config.h.cmake.in new file mode 100644 index 000000000000..3d5629fa43d7 --- /dev/null +++ b/misc/xiphos/files/patch-cmake_config.h.cmake.in @@ -0,0 +1,15 @@ +Fix build with glib 2.68.3 + +Obtained from [1] via [2]. + +[1] https://aur.archlinux.org/cgit/aur.git/tree/xiphos-glibc.patch?h=xiphos +[2] https://github.com/crosswire/xiphos/issues/1083 + +--- cmake/config.h.cmake.in.orig 2021-07-24 06:17:00 UTC ++++ cmake/config.h.cmake.in +@@ -65,3 +65,5 @@ + + + #endif ++ ++#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107240625.16O6P3U8069732>