[jhbuild/desrt/master: 10/14] sysid: add a new 'gmake' condition



commit 61f9f75f9fd69a82d2b7a210e667c89d4ed9fff4
Author: Ryan Lortie <desrt desrt ca>
Date:   Sun Jan 4 11:31:07 2015 -0500

    sysid: add a new 'gmake' condition
    
    This condition means that gmake is called 'gmake' on this system.
    
    Add a new sysid.get_gmake_cmd() function that returns the name of gmake
    on this system.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742292

 jhbuild/utils/sysid.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/sysid.py b/jhbuild/utils/sysid.py
index 40f547b..088eb27 100644
--- a/jhbuild/utils/sysid.py
+++ b/jhbuild/utils/sysid.py
@@ -130,7 +130,7 @@ def ensure_loaded():
     # comes first in the list
     conditions_sets = [
             ('linux', ['linux', 'wayland', 'udev', 'x11', 'systemd', 'gnu-elf']),
-            ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf']),
+            ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf', 'gmake']),
             ('darwin', ['darwin', 'macos', 'quartz']),
 
             # this must be left here so that at least one will be found


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]