summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-10-13 15:04:17 +0000
committerMamoru Komachi <usata@gentoo.org>2003-10-13 15:04:17 +0000
commit0832e6c06f3858e6bbd3fccf49eee9dfc2a531a1 (patch)
treee29781a6ead31088bafa20a5c94c90d2fc910493 /app-text/cmigemo/files
parentMarked as stable for x86, alpha, sparc and ppc. (diff)
downloadgentoo-2-0832e6c06f3858e6bbd3fccf49eee9dfc2a531a1.tar.gz
gentoo-2-0832e6c06f3858e6bbd3fccf49eee9dfc2a531a1.tar.bz2
gentoo-2-0832e6c06f3858e6bbd3fccf49eee9dfc2a531a1.zip
Fixed fflush problem with w3m. Marked as stable for x86. Added ~alpha, ~sparc and ~ppc keywords
Diffstat (limited to 'app-text/cmigemo/files')
-rw-r--r--app-text/cmigemo/files/cmigemo-fflush-gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/cmigemo/files/cmigemo-fflush-gentoo.patch b/app-text/cmigemo/files/cmigemo-fflush-gentoo.patch
new file mode 100644
index 000000000000..51f62fd77226
--- /dev/null
+++ b/app-text/cmigemo/files/cmigemo-fflush-gentoo.patch
@@ -0,0 +1,10 @@
+--- main.c.orig 2003-03-25 17:13:16.000000000 +0900
++++ main.c 2003-10-13 23:47:59.000000000 +0900
+@@ -43,6 +43,7 @@
+ ans = migemo_query(p, buf);
+ if (ans)
+ printf(quiet ? "%s\n" : "PATTERN: %s\n", ans);
++ fflush(stdout);
+ migemo_release(p, ans);
+ }
+ return 0;