diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-09-11 20:16:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2012-09-11 20:16:20 +0000 |
commit | 62448feee6db567cd4ac5e3fa3578f8d532b1dec (patch) | |
tree | 67f7469650c46a882570b695f5762d959588a84d /lang/erlang | |
parent | 71ba0a3638139d7a8d71fdf5013f2b6a1606600c (diff) | |
download | ports-62448feee6db567cd4ac5e3fa3578f8d532b1dec.tar.gz ports-62448feee6db567cd4ac5e3fa3578f8d532b1dec.zip |
Notes
Diffstat (limited to 'lang/erlang')
-rw-r--r-- | lang/erlang/Makefile | 4 |
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 |