unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50434] [PATCH core-updates-frozen] gnu: librime: Fix build with GCC 10.
@ 2021-09-06 17:42 Felix Gruber
  2021-09-07 18:13 ` bug#50434: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Felix Gruber @ 2021-09-06 17:42 UTC (permalink / raw)
  To: 50434; +Cc: Felix Gruber

* gnu/packages/ibus.scm (librime)[source]: Add a patch that adds missing
  includes.
* gnu/packages/patches/librime-add-missing-includes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
---
 gnu/local.mk                                  |  1 +
 gnu/packages/ibus.scm                         |  2 ++
 .../librime-add-missing-includes.patch        | 28 +++++++++++++++++++
 3 files changed, 31 insertions(+)
 create mode 100644 gnu/packages/patches/librime-add-missing-includes.patch

diff --git a/gnu/local.mk b/gnu/local.mk
index eab40771b5..88869a8186 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1285,6 +1285,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/libblockdev-glib-compat.patch		\
   %D%/packages/patches/libffi-3.3-powerpc-fixes.patch		\
   %D%/packages/patches/libffi-float128-powerpc64le.patch	\
+  %D%/packages/patches/librime-add-missing-includes.patch	\
   %D%/packages/patches/libvirt-add-install-prefix.patch	\
   %D%/packages/patches/libziparchive-add-includes.patch		\
   %D%/packages/patches/localed-xorg-keyboard.patch		\
diff --git a/gnu/packages/ibus.scm b/gnu/packages/ibus.scm
index 4cec104bab..ac4efccf85 100644
--- a/gnu/packages/ibus.scm
+++ b/gnu/packages/ibus.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2018, 2019, 2020, 2021 Peng Mei Yu <pengmeiyu@riseup.net>
 ;;; Copyright © 2020 kanichos <kanichos@yandex.ru>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
+;;; Copyright © 2021 Felix Gruber <felgru@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -367,6 +368,7 @@ Japanese language input in most graphical applications.")
        (sha256
         (base32
          "0pqk0i3zcii3fx5laj9qzbgd58jvq6wn31j76w4zix2i4b1lqcqv"))
+       (patches (search-patches "librime-add-missing-includes.patch"))
        (modules '((guix build utils)))
        (snippet
         '(begin
diff --git a/gnu/packages/patches/librime-add-missing-includes.patch b/gnu/packages/patches/librime-add-missing-includes.patch
new file mode 100644
index 0000000000..a74c67c751
--- /dev/null
+++ b/gnu/packages/patches/librime-add-missing-includes.patch
@@ -0,0 +1,28 @@
+From: Felix Gruber <felgru@posteo.net>
+Date: Mon, 6 Sep 2021 19:38:17 +0200
+Subject: [PATCH] Add missing <cmath> includes
+
+diff --git a/src/rime/gear/script_translator.cc b/src/rime/gear/script_translator.cc
+index 4a45f05..515c8db 100644
+--- a/src/rime/gear/script_translator.cc
++++ b/src/rime/gear/script_translator.cc
+@@ -7,6 +7,7 @@
+ // 2011-07-10 GONG Chen <chen.sst@gmail.com>
+ //
+ #include <algorithm>
++#include <cmath>
+ #include <stack>
+ #include <boost/algorithm/string/join.hpp>
+ #include <boost/range/adaptor/reversed.hpp>
+diff --git a/src/rime/gear/table_translator.cc b/src/rime/gear/table_translator.cc
+index 162ac02..dbea76a 100644
+--- a/src/rime/gear/table_translator.cc
++++ b/src/rime/gear/table_translator.cc
+@@ -4,6 +4,7 @@
+ //
+ // 2011-07-10 GONG Chen <chen.sst@gmail.com>
+ //
++#include <cmath>
+ #include <boost/algorithm/string.hpp>
+ #include <boost/range/adaptor/reversed.hpp>
+ #include <utf8.h>
-- 
2.30.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50434: [PATCH core-updates-frozen] gnu: librime: Fix build with GCC 10.
  2021-09-06 17:42 [bug#50434] [PATCH core-updates-frozen] gnu: librime: Fix build with GCC 10 Felix Gruber
@ 2021-09-07 18:13 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2021-09-07 18:13 UTC (permalink / raw)
  To: Felix Gruber; +Cc: 50434-done

On Mon, Sep 06, 2021 at 05:42:44PM +0000, Felix Gruber wrote:
> * gnu/packages/ibus.scm (librime)[source]: Add a patch that adds missing
>   includes.
> * gnu/packages/patches/librime-add-missing-includes.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.

Thanks! I tweaked the patch name and description and the commit title
and pushed as d5a1206beb06678a2cb3ffcc25b687bb9fbfec74




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-07 18:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 17:42 [bug#50434] [PATCH core-updates-frozen] gnu: librime: Fix build with GCC 10 Felix Gruber
2021-09-07 18:13 ` bug#50434: " Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).