403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/www/firefox/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/www/firefox/files/patch-python_mozbuild_mozbuild_gn__processor.py
--- python/mozbuild/mozbuild/gn_processor.py.orig	2022-07-16 21:13:05.389103000 +0200
+++ python/mozbuild/mozbuild/gn_processor.py	2022-07-16 21:15:28.755882000 +0200
@@ -652,15 +652,15 @@
 
     vars_set = []
     for is_debug in (True, False):
-        for target_os in ("android", "linux", "mac", "openbsd", "win"):
+        for target_os in ("android", "freebsd", "linux", "mac", "openbsd", "win"):
             target_cpus = ["x64"]
-            if target_os in ("android", "linux", "mac", "win", "openbsd"):
+            if target_os in ("android", "freebsd", "linux", "mac", "win", "openbsd"):
                 target_cpus.append("arm64")
             if target_os in ("android", "linux"):
                 target_cpus.append("arm")
-            if target_os in ("android", "linux", "win"):
+            if target_os in ("android", "freebsd", "linux", "win"):
                 target_cpus.append("x86")
-            if target_os == "linux":
+            if target_os in ("freebsd", "linux"):
                 target_cpus.append("ppc64")
             for target_cpu in target_cpus:
                 vars = {
@@ -674,7 +674,7 @@
                         vars["use_x11"] = use_x11
                         vars_set.append(vars.copy())
                 else:
-                    if target_os == "openbsd":
+                    if target_os in ("freebsd", "openbsd"):
                         vars["use_x11"] = True
                     vars_set.append(vars)
 

Youez - 2016 - github.com/yon3zu
LinuXploit