diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-10-14 16:05:50 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-10-14 16:06:27 -0400 |
commit | 3d328b71caf7e73cec098a24ace971e13a6e5ba9 (patch) | |
tree | 3454867da2b0cb4f20c62fc31d94ea1a88a16c4e /x11-libs/gdk-pixbuf | |
parent | games-board/mt_gtk_client: fix compilation with format-security. Bug #546408 (diff) | |
download | gentoo-3d328b71caf7e73cec098a24ace971e13a6e5ba9.tar.gz gentoo-3d328b71caf7e73cec098a24ace971e13a6e5ba9.tar.bz2 gentoo-3d328b71caf7e73cec098a24ace971e13a6e5ba9.zip |
x11-libs/gdk-pixbuf: extend non-glibc fix to uclibc
Gentoo-Bug: 563052
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-libs/gdk-pixbuf')
-rw-r--r-- | x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch b/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch index 3915dff91986..cb508993638f 100644 --- a/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch +++ b/x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch @@ -40,7 +40,7 @@ index ae71788..9e9571f 100644 #include <time.h> #include <string.h> -+#ifdef __GLIBC__ ++#if defined(__GLIBC__) && !defined(__UCLIBC__) #define PRETEND_MEM_SIZE (16 * 1024 * 1024) #define REMAINING_MEM_SIZE 100000 |