svn commit: r556837 - head/lang/erlang-runtime22

Piotr Kubaj pkubaj at FreeBSD.org
Wed Dec 2 17:01:58 UTC 2020


Author: pkubaj
Date: Wed Dec  2 17:01:58 2020
New Revision: 556837
URL: https://svnweb.freebsd.org/changeset/ports/556837

Log:
  lang/erlang-runtime22: enable DTRACE on powerpc64 head
  
  Builds fine now.

Modified:
  head/lang/erlang-runtime22/Makefile

Modified: head/lang/erlang-runtime22/Makefile
==============================================================================
--- head/lang/erlang-runtime22/Makefile	Wed Dec  2 17:00:42 2020	(r556836)
+++ head/lang/erlang-runtime22/Makefile	Wed Dec  2 17:01:58 2020	(r556837)
@@ -35,8 +35,7 @@ ERLANG_LIB=	${PORTNAME}${PORTVERSION:C/\..*//}
 
 OPTIONS_DEFINE=	CORBA DIRTY DTRACE HIPE JAVA KQUEUE NATIVE ODBC OPENSSL SCTP THREADS WX
 OPTIONS_DEFAULT=CORBA DIRTY DTRACE KQUEUE OPENSSL SCTP THREADS
-OPTIONS_EXCLUDE_powerpc64=	HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
-OPTIONS_EXCLUDE_powerpc64_13=	DTRACE
+OPTIONS_EXCLUDE_powerpc64=	HIPE
 
 CORBA_DESC=	Enable Corba support
 DIRTY_DESC=	Enable Dirty schedulers


More information about the svn-ports-head mailing list