Antoine Jacoutot <[email protected]> wrote: > On Sun, Jul 31, 2022 at 02:53:58AM -0600, Omar Polo wrote: > > CVSROOT: /cvs > > Module name: ports > > Changes by: [email protected] 2022/07/31 02:53:58 > > > > Modified files: > > x11/gnome/aisleriot: Makefile > > Added files: > > x11/gnome/aisleriot/patches: patch-meson_build > > > > Log message: > > x11/gnome/aisleriot: don't pick up guile3 over guile2 if found > > Hi. > I don't understand this commit. > We are explicitely passing -Dguile=2.2 in CONFIGURE_ARGS; isn't it working?
unfortunately not. meson.build turns that -Dguile=2.2 into "guile >= 2.2", so if guile 3.0 is installed is still chosen over 2.2.
