x11-libs/gdk-pixbuf: extend non-glibc fix to uclibc
authorAnthony G. Basile <blueness@gentoo.org>
Wed, 14 Oct 2015 20:05:50 +0000 (16:05 -0400)
committerAnthony G. Basile <blueness@gentoo.org>
Wed, 14 Oct 2015 20:06:27 +0000 (16:06 -0400)
Gentoo-Bug: 563052

Package-Manager: portage-2.2.20.1

x11-libs/gdk-pixbuf/files/gdk-pixbuf-2.32.1-lowmem-test-glibc.patch

index 3915dff91986f17c65fa8f0e9a5fbbddd9f9410c..cb508993638fd2d0635b90c6ff1c81c4bebbf5c7 100644 (file)
@@ -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