svn commit: r548740 - head/lang/spidermonkey78/files

Steve Wills swills at FreeBSD.org
Tue Sep 15 18:47:55 UTC 2020


Author: swills
Date: Tue Sep 15 18:47:54 2020
New Revision: 548740
URL: https://svnweb.freebsd.org/changeset/ports/548740

Log:
  lang/spidermonkey78: add patch file missed in r548684

Added:
  head/lang/spidermonkey78/files/patch-js_moz.configure   (contents, props changed)

Added: head/lang/spidermonkey78/files/patch-js_moz.configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/spidermonkey78/files/patch-js_moz.configure	Tue Sep 15 18:47:54 2020	(r548740)
@@ -0,0 +1,11 @@
+--- js/moz.configure.orig	2020-08-17 18:33:37 UTC
++++ js/moz.configure
+@@ -696,7 +696,7 @@ def editline(js_shell, is_windows, compile_environment
+ js_option('--enable-readline', help='Link js shell to system readline library',
+           when=editline)
+ 
+-has_readline = check_symbol('readline', flags=['-lreadline'], when='--enable-readline',
++has_readline = check_symbol('readline', flags=['-lreadline', '-L%%LOCALBASE%%/lib'], when='--enable-readline',
+                             onerror=lambda: die('No system readline library found'))
+ 
+ set_config('EDITLINE_LIBS', ['-lreadline'], when=has_readline)


More information about the svn-ports-head mailing list