pkgsrc/inputmethod/ibus-t9/patches/patch-aa
obache 102b62cd19 Import ibus-t9-2.1.0.20100601nb1 as inputmethod/ibus-t9.
ibus-t9 is an input method engine for Chinese, base on ibus.
This package provide one input method:
 * t9: t9 input method.
2010-08-07 02:27:35 +00:00

14 lines
327 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2010/08/07 02:27:35 obache Exp $
--- src/main.c.orig 2010-03-22 01:51:10.000000000 +0000
+++ src/main.c
@@ -1,7 +1,9 @@
/* vim:set et sts=4: */
#include <config.h>
#include <unistd.h>
+#ifdef __linux__
#include <execinfo.h>
+#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>