diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-01-20 10:30:04 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2016-01-20 10:30:04 +0000 |
commit | 095a8ff1c78f3b7d3e37dd67c8d58a6c238473ec (patch) | |
tree | 22dccb5497f628d79cf4ecc672fbc1df976e9a08 /lang/erlang-runtime18 | |
parent | 7268d386d68266888f85c43143cc7cf12fbfacce (diff) | |
download | ports-095a8ff1c78f3b7d3e37dd67c8d58a6c238473ec.tar.gz ports-095a8ff1c78f3b7d3e37dd67c8d58a6c238473ec.zip |
Notes
Diffstat (limited to 'lang/erlang-runtime18')
-rw-r--r-- | lang/erlang-runtime18/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/erlang-runtime18/Makefile b/lang/erlang-runtime18/Makefile index 67d5b7a41cf2..ce7b3b6d3096 100644 --- a/lang/erlang-runtime18/Makefile +++ b/lang/erlang-runtime18/Makefile @@ -59,10 +59,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DISTFILES+= ${ERLANG_DOCS}:erlangorg .endif -# See http://wiki.freebsd.org/DTrace to learn how to enable DTrace -# on your system. You will need to configure STRIP, WITH_CTF and -# CFLAGS in your make.conf before building. - # If you run Erlang and get a message resembling "WARNING: number of # probes fixed does not match the number of defined probes (54 != 132, # respectively)" you probably misconfigured DTrace in some way. @@ -79,6 +75,8 @@ USE_GCC?= yes .if ${PORT_OPTIONS:MDTRACE} CONFIGURE_ARGS+=--with-dynamic-trace=dtrace +CFLAGS+= -fno-omit-frame-pointer +STRIP= .else CONFIGURE_ARGS+=--without-dynamic-trace .endif |