summaryrefslogtreecommitdiff
path: root/gnu-system.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-09-21 16:01:45 +0200
committerLudovic Courtès <ludo@gnu.org>2015-09-21 16:01:45 +0200
commit1def6f6b2c1d2dca6bff27235c15317f229746a9 (patch)
treee11dd8782213953b5c60c044bbee414a659ef81f /gnu-system.am
parentf88ee3ade7847cee3c1ace4b516b3e95646d79c3 (diff)
downloadpatches-1def6f6b2c1d2dca6bff27235c15317f229746a9.tar
patches-1def6f6b2c1d2dca6bff27235c15317f229746a9.tar.gz
gnu: pixman: Work around pointer arithmetic bug.
* gnu/packages/patches/pixman-pointer-arithmetic.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/xdisorg.scm (pixman)[source]: Use it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r--gnu-system.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am
index 9decf3eaf3..8e50a71bb6 100644
--- a/gnu-system.am
+++ b/gnu-system.am
@@ -586,6 +586,7 @@ dist_patch_DATA = \
gnu/packages/patches/perl-tk-x11-discover.patch \
gnu/packages/patches/pidgin-add-search-path.patch \
gnu/packages/patches/pingus-sdl-libs-config.patch \
+ gnu/packages/patches/pixman-pointer-arithmetic.patch \
gnu/packages/patches/plotutils-libpng-jmpbuf.patch \
gnu/packages/patches/polkit-drop-test.patch \
gnu/packages/patches/portaudio-audacity-compat.patch \