Date: Sun, 27 Sep 2020 14:29:17 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550280 - head/lang/erlang-runtime21 Message-ID: <202009271429.08RETHia048623@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Sep 27 14:29:17 2020 New Revision: 550280 URL: https://svnweb.freebsd.org/changeset/ports/550280 Log: lang/erlang-runtime21: disable HIPE on powerpc64le to fix build Modified: head/lang/erlang-runtime21/Makefile Modified: head/lang/erlang-runtime21/Makefile ============================================================================== --- head/lang/erlang-runtime21/Makefile Sun Sep 27 14:16:53 2020 (r550279) +++ head/lang/erlang-runtime21/Makefile Sun Sep 27 14:29:17 2020 (r550280) @@ -38,6 +38,7 @@ OPTIONS_DEFINE= CORBA DIRTY DTRACE HIPE JAVA KQUEUE NA OPTIONS_DEFAULT=CORBA DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS OPTIONS_EXCLUDE_powerpc64= HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64_13= DTRACE +OPTIONS_EXCLUDE_powerpc64le= HIPE CORBA_DESC= Enable Corba support DIRTY_DESC= Enable Dirty schedulers
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009271429.08RETHia048623>