[Bug 204041] [devel/gdb] [patch] Fixed disabling guile: GUILD=off caused guile not being properly disabled

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Oct 26 16:53:26 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204041

            Bug ID: 204041
           Summary: [devel/gdb] [patch] Fixed disabling guile: GUILD=off
                    caused guile not being properly disabled
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: yuri at rawbw.com
                CC: luca.pizzamiglio at gmail.com
          Keywords: patch
                CC: luca.pizzamiglio at gmail.com
             Flags: maintainer-feedback?(luca.pizzamiglio at gmail.com)

As it turns out GUILE=on adds --with-guile option, but GUILE=off doesn't add
any option, and in such case configure treats it as --with-guile=auto and tries
to find an existing guile, which isn't the desired behavior.

The attached patch fixes this problem by adding --without-guile for GUILE=off.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list