pkgsrc/inputmethod/ibus-unikey/patches/patch-aa
obache 3a3c6d7eaf Update ibus-unikey to 0.6.1.
2012-02-29

	* Release 0.6.1
	- fix compability with new IbusProperty
	- mouse capture commit text only if mouse move at least X pixels
	- Fix ui
2012-04-22 14:06:16 +00:00

15 lines
323 B
Text

$NetBSD: patch-aa,v 1.2 2012/04/22 14:06:16 obache Exp $
standard location.
--- src/engine.cpp.orig 2012-02-29 02:48:14.000000000 +0000
+++ src/engine.cpp
@@ -4,7 +4,7 @@
#include <libintl.h>
#include <stdlib.h>
-#include <wait.h>
+#include <sys/wait.h>
#include <string.h>
#include <X11/Xlib.h>
#include <ibus.h>