diff options
author | 2012-04-20 11:04:08 +0000 | |
---|---|---|
committer | 2012-04-20 11:04:08 +0000 | |
commit | a82f1ecd0da279e14c12bc80fc4ba21603493e88 (patch) | |
tree | 9f33384e8471c4eb1e1efb992297bdcfea65260b /x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch | |
parent | Version bump, incorporating ebuild improvements by Ian "idella4" Delaney that... (diff) | |
download | gentoo-2-a82f1ecd0da279e14c12bc80fc4ba21603493e88.tar.gz gentoo-2-a82f1ecd0da279e14c12bc80fc4ba21603493e88.tar.bz2 gentoo-2-a82f1ecd0da279e14c12bc80fc4ba21603493e88.zip |
Fix building with dev-libs/glib >= 2.31 wrt #412731 by Anton Kochkov. Stabilize for amd64 (following lead set by x86). Remove useless libcandido.la libtool archive from the GTK+ 2.x engine directory.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch')
-rw-r--r-- | x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch b/x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch new file mode 100644 index 000000000000..d8f7e3e70ff2 --- /dev/null +++ b/x11-themes/gtk-engines-candido/files/gtk-engines-candido-0.9.1-glib-2.31.patch @@ -0,0 +1,13 @@ +http://bugs.gentoo.org/412731 + +--- src/animation.c ++++ src/animation.c +@@ -7,7 +7,7 @@ + #include "animation.h" + + #ifdef HAVE_ANIMATION +-#include <glib/gtimer.h> ++#include <glib.h> + + struct _AnimationInfo { + GTimer *timer; |