diff options
author | rennes <rennes@openmailbox.org> | 2017-03-23 14:29:26 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-23 14:34:09 -0400 |
commit | 7fdca77e007f0838ecd32b044827678f2b345ff0 (patch) | |
tree | b4bfb18ce7caa4332519c3d7f659b3dccc673168 /gnu/packages/textutils.scm | |
parent | 096f0080147c8a1a0285416f5ff0ecfc353414b6 (diff) | |
download | patches-7fdca77e007f0838ecd32b044827678f2b345ff0.tar patches-7fdca77e007f0838ecd32b044827678f2b345ff0.tar.gz |
gnu: ustr: Fix build with GCC 5.
* gnu/packages/patches/ustr-fix-build-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/textutils.scm (ustr)[source]: Use patch.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r-- | gnu/packages/textutils.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 9e6309a0ed..dbd71c2e8f 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -9,6 +9,7 @@ ;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is> ;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2017 Eric Bavier <bavier@member.fsf.org> +;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -232,7 +233,8 @@ input bits thoroughly but are not suitable for cryptography.") "/ustr-" version ".tar.bz2")) (sha256 (base32 - "1i623ygdj7rkizj7985q9d6vj5amwg686aqb5j3ixpkqkyp6xbrx")))) + "1i623ygdj7rkizj7985q9d6vj5amwg686aqb5j3ixpkqkyp6xbrx")) + (patches (search-patches "ustr-fix-build-with-gcc-5.patch")))) (build-system gnu-build-system) (arguments `(#:make-flags |