aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2012-09-11 20:16:20 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2012-09-11 20:16:20 +0000
commit62448feee6db567cd4ac5e3fa3578f8d532b1dec (patch)
tree67f7469650c46a882570b695f5762d959588a84d /lang/erlang
parent71ba0a3638139d7a8d71fdf5013f2b6a1606600c (diff)
downloadports-62448feee6db567cd4ac5e3fa3578f8d532b1dec.tar.gz
ports-62448feee6db567cd4ac5e3fa3578f8d532b1dec.zip
Notes
Diffstat (limited to 'lang/erlang')
-rw-r--r--lang/erlang/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile
index 8d4cab2f592c..6c6d9f2acb3f 100644
--- a/lang/erlang/Makefile
+++ b/lang/erlang/Makefile
@@ -70,6 +70,10 @@ ERL_RELEASE= R${PORTVERSION:S/.//g:U}
# probes fixed does not match the number of defined probes (54 != 132,
# respectively)" you probably misconfigured DTrace in some way.
+.if ${ARCH} == "amd64" && ${PORT_OPTIONS:MDTRACE} && ! ${PORT_OPTIONS:MGCC46}
+IGNORE= DTRACE support on amd64 requires GCC46 option
+.endif
+
.if ${PORT_OPTIONS:MGCC46}
USE_GCC?= 4.6+
.endif