Date: Tue, 15 Jul 2014 08:59:39 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361900 - head/lang/spidermonkey24 Message-ID: <201407150859.s6F8xdGo038120@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Jul 15 08:59:39 2014 New Revision: 361900 URL: http://svnweb.freebsd.org/changeset/ports/361900 QAT: https://qat.redports.org/buildarchive/r361900/ Log: Fixed build on head with no shared readline Reported by: kwm Modified: head/lang/spidermonkey24/Makefile Modified: head/lang/spidermonkey24/Makefile ============================================================================== --- head/lang/spidermonkey24/Makefile Tue Jul 15 08:45:50 2014 (r361899) +++ head/lang/spidermonkey24/Makefile Tue Jul 15 08:59:39 2014 (r361900) @@ -19,7 +19,7 @@ CONFLICTS= njs-[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes -USES= compiler:c11 gmake pathfix perl5 +USES= compiler:c11 gmake pathfix perl5 readline USE_PERL5= build USE_LDCONFIG= yes USE_PYTHON_BUILD= 2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407150859.s6F8xdGo038120>