diff options
author | 2011-01-11 18:58:37 +0000 | |
---|---|---|
committer | 2011-01-11 18:58:37 +0000 | |
commit | 68aba2e605de01966357305105ed5f98edd910a6 (patch) | |
tree | 41f8c1520f058bbad16cf004f24b310847180348 /x11-libs/cairo/files | |
parent | FreeMiNT can do threads now, bug #350822 (diff) | |
download | historical-68aba2e605de01966357305105ed5f98edd910a6.tar.gz historical-68aba2e605de01966357305105ed5f98edd910a6.tar.bz2 historical-68aba2e605de01966357305105ed5f98edd910a6.zip |
Version bump fixes bug #351319. Drop older.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r-- | x11-libs/cairo/files/cairo-1.10.0-buggy_gradients.patch | 17 | ||||
-rw-r--r-- | x11-libs/cairo/files/cairo-1.10.0-install-sh.patch | 17 | ||||
-rw-r--r-- | x11-libs/cairo/files/cairo-1.8.8-libpng14.patch | 13 |
3 files changed, 0 insertions, 47 deletions
diff --git a/x11-libs/cairo/files/cairo-1.10.0-buggy_gradients.patch b/x11-libs/cairo/files/cairo-1.10.0-buggy_gradients.patch deleted file mode 100644 index a58c2f8f4138..000000000000 --- a/x11-libs/cairo/files/cairo-1.10.0-buggy_gradients.patch +++ /dev/null @@ -1,17 +0,0 @@ -http://repos.archlinux.org/wsvn/packages/cairo/trunk/cairo-1.10.0-buggy_gradients.patch -http://bugs.gentoo.org/336696 - ---- src/cairo-xlib-display.c -+++ src/cairo-xlib-display.c -@@ -353,11 +353,7 @@ - /* Prior to Render 0.10, there is no protocol support for gradients and - * we call function stubs instead, which would silently consume the drawing. - */ --#if RENDER_MAJOR == 0 && RENDER_MINOR < 10 - display->buggy_gradients = TRUE; --#else -- display->buggy_gradients = FALSE; --#endif - display->buggy_pad_reflect = FALSE; - display->buggy_repeat = FALSE; - diff --git a/x11-libs/cairo/files/cairo-1.10.0-install-sh.patch b/x11-libs/cairo/files/cairo-1.10.0-install-sh.patch deleted file mode 100644 index b654fd10eede..000000000000 --- a/x11-libs/cairo/files/cairo-1.10.0-install-sh.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.ac.orig 2010-09-09 11:23:11.298237207 -0600 -+++ configure.ac 2010-09-09 11:21:38.149557655 -0600 -@@ -3,12 +3,12 @@ - AC_INIT([cairo], - [cairo_version_major.cairo_version_minor.cairo_version_micro], - [http://bugs.freedesktop.org/enter_bug.cgi?product=cairo]) -+AC_CONFIG_AUX_DIR(build) -+AC_CONFIG_MACRO_DIR(build) - AC_GNU_SOURCE - AC_USE_SYSTEM_EXTENSIONS - AC_CONFIG_SRCDIR(src/cairo.h) - AC_CONFIG_HEADERS(config.h) --AC_CONFIG_AUX_DIR(build) --AC_CONFIG_MACRO_DIR(build) - AM_INIT_AUTOMAKE([1.9.6 gnu -Wall no-define]) - m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) - AC_LIBTOOL_WIN32_DLL dnl Must be called before AC_PROG_LIBTOOL diff --git a/x11-libs/cairo/files/cairo-1.8.8-libpng14.patch b/x11-libs/cairo/files/cairo-1.8.8-libpng14.patch deleted file mode 100644 index 7756791f8dff..000000000000 --- a/x11-libs/cairo/files/cairo-1.8.8-libpng14.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=305117 - ---- configure.ac -+++ configure.ac -@@ -161,7 +161,7 @@ - AC_ARG_VAR([png_REQUIRES], [module name for libpng to search for using pkg-config]) - if test "x$png_REQUIRES" = x; then - # libpng13 is GnuWin32's libpng-1.2.8 :-( -- for l in libpng12 libpng13 libpng10 ; do -+ for l in libpng14 libpng12 libpng13 libpng10 ; do - if $PKG_CONFIG --exists $l ; then - png_REQUIRES=$l - use_png=yes |