diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-31 15:52:04 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-03-31 15:52:04 +0000 |
commit | 32cf98bd6619c8c07dda53c8e5c06ee5355f2041 (patch) | |
tree | 79fe6365973aef76a6b11ae4446a79232a501b00 /www/w3m/files/extra-patch-search.c-japanese | |
parent | upgrade to 6.3 (diff) |
Fix build error on -current. (*)
Remove useless post-extract target and post-patch target.
Submitted by: Masahide -mac- NODA <mac@clave.gr.jp> (*)
Notes
Notes:
svn path=/head/; revision=57060
Diffstat (limited to 'www/w3m/files/extra-patch-search.c-japanese')
-rw-r--r-- | www/w3m/files/extra-patch-search.c-japanese | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-search.c-japanese b/www/w3m/files/extra-patch-search.c-japanese new file mode 100644 index 000000000000..07f66c751cd1 --- /dev/null +++ b/www/w3m/files/extra-patch-search.c-japanese @@ -0,0 +1,11 @@ +--- search.c.orig Sun Mar 31 19:43:19 2002 ++++ search.c Sun Mar 31 19:43:56 2002 +@@ -52,7 +52,7 @@ + /* child */ + reset_signals(); + #ifdef HAVE_SETPGRP +- setpgrp(); ++ SETPGRP(); + #endif + close_tty(); + close(fdr[0]); |