minimix 0.9: Added patch to fix build.
authorRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 16:21:47 +0000 (16:21 +0000)
committerRobert Schuster <thebohemian@gmx.net>
Thu, 21 Aug 2008 16:21:47 +0000 (16:21 +0000)
packages/minimix/files/.mtn2git_empty [new file with mode: 0644]
packages/minimix/files/setlocale.patch [new file with mode: 0644]
packages/minimix/minimix_0.9.bb

diff --git a/packages/minimix/files/.mtn2git_empty b/packages/minimix/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/minimix/files/setlocale.patch b/packages/minimix/files/setlocale.patch
new file mode 100644 (file)
index 0000000..d0bc120
--- /dev/null
@@ -0,0 +1,20 @@
+Index: minimix-0.9/minimix.c
+===================================================================
+--- minimix-0.9.orig/minimix.c 2008-08-21 18:14:22.089134309 +0200
++++ minimix-0.9/minimix.c      2008-08-21 18:19:50.741374220 +0200
+@@ -19,6 +19,7 @@
+ #include <string.h>
+ #include <errno.h>
+ #include <libintl.h>
++#include <locale.h>
+ #include <gtk/gtk.h>
+ #include <gdk/gdkx.h>
+@@ -33,7 +34,6 @@
+ #include <sys/ioctl.h>
+ #include <sys/soundcard.h>
+-
+ GtkWidget *slider_window;
+ GtkWidget *window, *slider;
+ GtkWidget *icon;
index feb45c5..81e48bf 100644 (file)
@@ -6,3 +6,5 @@ DEPENDS = "libgpewidget"
 
 GPE_TARBALL_SUFFIX = "bz2"
 inherit gpe autotools
+
+SRC_URI += "file://setlocale.patch;patch=1"