diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2006-01-06 17:19:28 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2006-01-06 17:19:28 +0000 |
commit | fef067d4b45eacbb6fb23598aa0bf18c5949de27 (patch) | |
tree | e899b4a884a22dcd015a007dbe8c798bf024bd2b /gnome-base/control-center/files | |
parent | Include patch for rotation schedule filename courtesy of Gunnar Wrobel <wrobe... (diff) | |
download | gentoo-2-fef067d4b45eacbb6fb23598aa0bf18c5949de27.tar.gz gentoo-2-fef067d4b45eacbb6fb23598aa0bf18c5949de27.tar.bz2 gentoo-2-fef067d4b45eacbb6fb23598aa0bf18c5949de27.zip |
patch Makefile to fix #112659
(Portage version: 2.0.53)
Diffstat (limited to 'gnome-base/control-center/files')
-rw-r--r-- | gnome-base/control-center/files/control-center-libkbdraw-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-base/control-center/files/control-center-libkbdraw-fix.patch b/gnome-base/control-center/files/control-center-libkbdraw-fix.patch new file mode 100644 index 000000000000..8517c66d9f53 --- /dev/null +++ b/gnome-base/control-center/files/control-center-libkbdraw-fix.patch @@ -0,0 +1,11 @@ +--- control-center-2.10.2/libkbdraw/Makefile.am 2005-02-21 11:42:41.000000000 -0500 ++++ control-center-2.10.2.new/libkbdraw/Makefile.am 2006-01-06 10:15:03.000000000 -0500 +@@ -19,6 +19,8 @@ + + AM_CFLAGS = $(GTK_CFLAGS) -Wall -Werror + ++INCLUDES = $(FONT_THUMBNAILER_CFLAGS) ++ + noinst_LIBRARIES = libkbdraw.a + libkbdraw_a_SOURCES = keyboard-marshal.c keyboard-marshal.h \ + keyboard-drawing.c keyboard-drawing.h |