diff options
| author | Austin English <wizardedit@gentoo.org> | 2016-06-23 04:01:48 -0500 |
|---|---|---|
| committer | Austin English <wizardedit@gentoo.org> | 2016-06-27 11:08:38 -0500 |
| commit | d3bce60414f651b5044d8276ad9c3e3f5afe9e15 (patch) | |
| tree | 7df607f7c18bbf2f965db8c5962b575d28553c4c /dev-scheme/guile/files | |
| parent | e4084a7241657f2e7560ccfff4ba7901b66ce65f (diff) | |
| download | gentoo-d3bce60414f651b5044d8276ad9c3e3f5afe9e15.tar.gz gentoo-d3bce60414f651b5044d8276ad9c3e3f5afe9e15.tar.bz2 gentoo-d3bce60414f651b5044d8276ad9c3e3f5afe9e15.zip | |
dev-scheme/guile: fix guile-2.0.0 building with clang
Also update to EAPI=6
Diffstat (limited to 'dev-scheme/guile/files')
| -rw-r--r-- | dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch b/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch new file mode 100644 index 000000000000..cbd3f466120d --- /dev/null +++ b/dev-scheme/guile/files/guile-2.0.0-clang-apicontrol-texi.patch @@ -0,0 +1,12 @@ +--- a/doc/ref/api-control.texi 2016-06-23 03:35:29.973976657 -0500 ++++ b/doc/ref/api-control.texi 2016-06-23 03:33:36.589969005 -0500 +@@ -1492,8 +1492,8 @@ + @deftypefnx {C Function} void scm_wrong_type_arg (char *@var{subr}, int @var{argnum}, SCM @var{bad_value}) + @deftypefnx {C Function} void scm_wrong_type_arg_msg (char *@var{subr}, int @var{argnum}, SCM @var{bad_value}, const char *@var{expected}) + @deftypefnx {C Function} void scm_memory_error (char *@var{subr}) +-Throw an error with the various keys described above. + @deftypefnx {C Function} void scm_misc_error (const char *@var{subr}, const char *@var{message}, SCM @var{args}) ++Throw an error with the various keys described above. + + In @code{scm_wrong_num_args}, @var{proc} should be a Scheme symbol + which is the name of the procedure incorrectly invoked. The other |
