freebsd-ports/lang/spidermonkey91/files/patch-js_moz.configure
2022-04-15 11:21:21 -07:00

11 lines
342 B
Text

--- js/moz.configure.orig 2022-04-15 17:29:44 UTC
+++ js/moz.configure
@@ -919,7 +919,7 @@ has_readline = check_symbol(
has_readline = check_symbol(
"readline",
- flags=["-lreadline"],
+ flags=["-lreadline", "-L%%LOCALBASE%%/lib"],
when="--enable-readline",
onerror=lambda: die("No system readline library found"),
)