Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jan 2019 12:30:22 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490940 - head/lang/erlang-runtime21
Message-ID:  <201901221230.x0MCUMlS079212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901221230.x0MCUMlS079212>