aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang-runtime22
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 14:06:28 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-12-22 14:06:28 +0000
commit6245bed7603085b97622855768941e9863b20a9c (patch)
treea28d967b0aed1575c189a45228810642158f2c5d /lang/erlang-runtime22
parent559a7050dc18644661a5a00f67dc28de7dec5009 (diff)
downloadports-6245bed7603085b97622855768941e9863b20a9c.tar.gz
ports-6245bed7603085b97622855768941e9863b20a9c.zip
lang/erlang-runtime22: disable DTRACE on powerpc64 elfv2
Similarly to other erlang ports, disable DTRACE on powerpc64 for elfv2 which head will soon switch to. PR: 242718 Approved by: dch (maintainer)
Notes
Notes: svn path=/head/; revision=520627
Diffstat (limited to 'lang/erlang-runtime22')
-rw-r--r--lang/erlang-runtime22/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/erlang-runtime22/Makefile b/lang/erlang-runtime22/Makefile
index 02715a6591ff..3f3b4dbb305b 100644
--- a/lang/erlang-runtime22/Makefile
+++ b/lang/erlang-runtime22/Makefile
@@ -35,7 +35,8 @@ 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_powerpc64= HIPE ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}}
+OPTIONS_EXCLUDE_powerpc64_13= DTRACE
CORBA_DESC= Enable Corba support
DIRTY_DESC= Enable Dirty schedulers