diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-12-27 16:15:07 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2007-12-27 16:15:07 +0000 |
commit | 6fa2ba537e1af81f081d29a076834d9e89ae649c (patch) | |
tree | d34a7c78b463b667db6089031f65e973f93c60a0 /japanese/ebview/files/patch-src_eb.c | |
parent | The SNMP-Persist module is a backend for pass_persist feature of (diff) |
Fix build with gcc 4.2.
Diffstat (limited to 'japanese/ebview/files/patch-src_eb.c')
-rw-r--r-- | japanese/ebview/files/patch-src_eb.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/japanese/ebview/files/patch-src_eb.c b/japanese/ebview/files/patch-src_eb.c new file mode 100644 index 000000000000..fc598b12a084 --- /dev/null +++ b/japanese/ebview/files/patch-src_eb.c @@ -0,0 +1,10 @@ +--- src/eb.c.orig 2007-12-28 00:09:02.000000000 +0900 ++++ src/eb.c 2007-12-28 00:22:34.000000000 +0900 +@@ -48,7 +48,6 @@ + static GtkWidget *label_match; + static GtkWidget *progress; + static pthread_t tid; +-static gint tag_timeout; + static gint thread_running = 0; + static gint hit_count=0; + static gfloat search_progress; |