svn commit: r550280 - head/lang/erlang-runtime21

Piotr Kubaj pkubaj at FreeBSD.org
Sun Sep 27 14:29:17 UTC 2020


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


More information about the svn-ports-all mailing list