mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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
This commit is contained in:
parent
e4b7701144
commit
860a8925ed
15
misc/xiphos/files/patch-cmake_config.h.cmake.in
Normal file
15
misc/xiphos/files/patch-cmake_config.h.cmake.in
Normal file
@ -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)
|
Loading…
Reference in New Issue
Block a user