bug#26183: patch for guile-2.2.0 on FreeBSD 11.0

2017-04-25 Thread Matt Wette
> On Apr 19, 2017, at 7:20 AM, Andy Wingo wrote: > > On Mon 20 Mar 2017 02:39, Matt Wette writes: > >> Attached is a patch to apply to guile-2.2.0 to compile on FreeBSD 11.0 >> Changes >> 1) updated README to indicate which extra FreeBSD packages need to be >> installed >> 2) minor change to

bug#26183: patch for guile-2.2.0 on FreeBSD 11.0

2017-04-19 Thread Andy Wingo
On Mon 20 Mar 2017 02:39, Matt Wette writes: > Attached is a patch to apply to guile-2.2.0 to compile on FreeBSD 11.0 > Changes > 1) updated README to indicate which extra FreeBSD packages need to be > installed > 2) minor change to configure.ac (implies autoconf needs to run) to use > bdw-gc-t

bug#26183: patch for guile-2.2.0 on FreeBSD 11.0

2017-03-19 Thread Matt Wette
Attached is a patch to apply to guile-2.2.0 to compile on FreeBSD 11.0 Changes 1) updated README to indicate which extra FreeBSD packages need to be installed 2) minor change to configure.ac (implies autoconf needs to run) to use bdw-gc-threaded instead of bdw-gc With this, I had successful config