about summary refs log tree commit diff
path: root/pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2012-06-18 15:37:35 +0000
committerVladimír Čunát <vcunat@gmail.com>2012-06-18 15:37:35 +0000
commit1a33b4b654903ec597fcdb743e649466bc563304 (patch)
tree7102a1590b686191e73d3c1347ae9a9b41ed6d1f /pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch
parentfc496faab07e16558ebb13aab9d931bb01f8fe87 (diff)
downloadnixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar.gz
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar.bz2
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar.lz
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar.xz
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.tar.zst
nixlib-1a33b4b654903ec597fcdb743e649466bc563304.zip
Fixing stardict broken by my mistake.
svn path=/nixpkgs/trunk/; revision=34549
Diffstat (limited to 'pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch')
-rw-r--r--pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch b/pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch
new file mode 100644
index 000000000000..fd89243938eb
--- /dev/null
+++ b/pkgs/applications/misc/stardict/stardict-3.0.3-correct-glib-include.patch
@@ -0,0 +1,13 @@
+http://bugs.gentoo.org/396219
+
+--- dict/src/tomboykeybinder.h
++++ dict/src/tomboykeybinder.h
+@@ -21,7 +21,7 @@
+ #ifndef __TOMBOY_KEY_BINDER_H__
+ #define __TOMBOY_KEY_BINDER_H__
+ 
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+