opnsense-ports/lang/spidermonkey91/files/patch-moz.configure
Franco Fichtner b37fbe8c8c */*: sync with upstream
Taken from: FreeBSD
2022-04-22 10:09:26 +02:00

14 lines
424 B
Text

- Fix awk detection
Index: moz.configure
--- moz.configure.orig 2022-03-30 19:25:49 UTC
+++ moz.configure
@@ -708,7 +708,7 @@ add_old_configure_assignment("CLANG_PLUGIN", clang_plu
# Awk detection
# ==============================================================
-awk = check_prog("AWK", ("gawk", "mawk", "nawk", "awk"))
+awk = check_prog('AWK', ('awk',))
# Until the AWK variable is not necessary in old-configure