mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix build with guile 1.8.
Reported by: pointyhat via erwin
This commit is contained in:
parent
fbc0b2d36e
commit
6bd3359e19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208297
1 changed files with 13 additions and 0 deletions
13
irc/bobot++/files/patch-source_Parser.C
Normal file
13
irc/bobot++/files/patch-source_Parser.C
Normal file
|
@ -0,0 +1,13 @@
|
|||
--- source/Parser.C.orig 2008-03-01 18:34:26.000000000 -0500
|
||||
+++ source/Parser.C 2008-03-01 18:34:45.000000000 -0500
|
||||
@@ -991,8 +991,8 @@ Parser::parseScriptFunction(ServerConnec
|
||||
wd.func = scmFunc;
|
||||
wd.args = args_list;
|
||||
|
||||
- gh_catch(SCM_BOOL_T, (scm_catch_body_t) scm_apply_wrapper,
|
||||
- (void *)&wd, (scm_catch_handler_t) Interp::ErrorHandler,
|
||||
+ gh_catch(SCM_BOOL_T, (scm_t_catch_body) scm_apply_wrapper,
|
||||
+ (void *)&wd, (scm_t_catch_handler) Interp::ErrorHandler,
|
||||
0);
|
||||
}
|
||||
#endif
|
Loading…
Add table
Reference in a new issue