diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-03 18:10:45 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-03 18:12:12 +0700 |
commit | 9c13a57c83b32db8d02d2a25946c78d42d8ee162 (patch) | |
tree | 2bf1dfe439e38ef2686fa37852cf0a13fc6b5b25 /academic/xiphos/xiphos-glibc.patch | |
parent | 62525afa6055596a2b6c9ad7ad2a3940a87e9273 (diff) |
academic/xiphos: Fix build on current.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/xiphos/xiphos-glibc.patch')
-rw-r--r-- | academic/xiphos/xiphos-glibc.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/academic/xiphos/xiphos-glibc.patch b/academic/xiphos/xiphos-glibc.patch new file mode 100644 index 0000000000000..9a89b0d1fba20 --- /dev/null +++ b/academic/xiphos/xiphos-glibc.patch @@ -0,0 +1,8 @@ +--- cmake/config.h.cmake.in-orig 2021-04-15 19:28:57.468140150 +0300 ++++ cmake/config.h.cmake.in 2021-04-15 20:45:57.816551253 +0300 +@@ -65,3 +65,5 @@ + + + #endif ++ ++#define GLIB_VERSION_MIN_REQUIRED (GLIB_VERSION_2_26) |