diff options
author | Andreas Enge <andreas@enge.fr> | 2013-11-27 22:52:42 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-11-27 22:52:42 +0100 |
commit | c1897890eae585cc2a683311197c54ff182a16e2 (patch) | |
tree | 5b2ea20c14bc1a0b6927f5ef12855a023bf64288 /gnu/packages/xorg.scm | |
parent | d02196a7b3a339fba583d8590675f6793f3be458 (diff) |
gnu: luit: Accomodate stricter warnings of gcc-4.8.
* gnu/packages/patches/luit-posix.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/xorg.scm (luit): Apply patch.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index c3441d76c4..b81cc8acc3 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -1406,7 +1406,10 @@ tracking.") ".tar.bz2")) (sha256 (base32 - "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")))) + "0dn694mk56x6hdk6y9ylx4f128h5jcin278gnw2gb807rf3ygc1h")) + ;; See https://bugs.freedesktop.org/show_bug.cgi?id=47792; + ;; should become obsolete with the next release. + (patches (list (search-patch "luit-posix.patch"))))) (build-system gnu-build-system) (inputs `(("libfontenc" ,libfontenc) |