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

Mark Linimon linimon at FreeBSD.org
Tue Jan 22 12:30:23 UTC 2019


Author: linimon
Date: Tue Jan 22 12:30:21 2019
New Revision: 490940
URL: https://svnweb.freebsd.org/changeset/ports/490940

Log:
  The HIPE compiler is not available on powerpc64.  Disable this option
  on powerpc64 to allow the port to build.
  
  PR:		234967
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/lang/erlang-runtime21/Makefile

Modified: head/lang/erlang-runtime21/Makefile
==============================================================================
--- head/lang/erlang-runtime21/Makefile	Tue Jan 22 12:14:55 2019	(r490939)
+++ head/lang/erlang-runtime21/Makefile	Tue Jan 22 12:30:21 2019	(r490940)
@@ -41,6 +41,7 @@ MAKE_JOBS_UNSAFE=yes
 
 OPTIONS_DEFINE=	DIRTY DTRACE GS HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
 OPTIONS_DEFAULT=DIRTY DTRACE HIPE KQUEUE OPENSSL SCTP THREADS
+OPTIONS_EXCLUDE_powerpc64=	HIPE
 
 DIRTY_DESC=	Enable Dirty schedulers
 GS_DESC=	Enable GS application (deprecated)


More information about the svn-ports-head mailing list