diff options
author | Andreas Enge <andreas@enge.fr> | 2014-11-23 15:41:30 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2014-11-23 15:46:06 +0100 |
commit | bc0b89bb3eca3adf35230d1fe7f89664762be4e8 (patch) | |
tree | 56cff94b41e40ed10560bc70b98164e34e8fddfb /gnu/packages/xorg.scm | |
parent | af89a6673522a0260f04ae503b53813c053ca26f (diff) | |
download | patches-bc0b89bb3eca3adf35230d1fe7f89664762be4e8.tar patches-bc0b89bb3eca3adf35230d1fe7f89664762be4e8.tar.gz |
gnu: xf86-video-openchrome: Patch to correct build failure.
* gnu/packages/xorg.scm (xf86-video-openchrome): Add patch for build failure
with glibc-2.20. Fixes bug #18740.
* gnu/packages/patches/xf86-video-openchrome-includes.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 41c6a03932..292845c64e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2843,7 +2843,8 @@ kernel mode setting (KMS).") ".tar.bz2")) (sha256 (base32 - "0hgzn1r7ig94xbr9dvq0bp1nxqlfp2ki8823jca3f22a2kf8wmg7")))) + "0hgzn1r7ig94xbr9dvq0bp1nxqlfp2ki8823jca3f22a2kf8wmg7")) + (patches (list (search-patch "xf86-video-openchrome-includes.patch"))))) (build-system gnu-build-system) (inputs `(("libx11" ,libx11) ("libxext" ,libxext) |