diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-11-02 13:32:34 +0000 |
commit | 8a502cb2d43b4059a5678ee4539ca03603104107 (patch) | |
tree | 2c2c3d0def8d9d1ad349013f7b532f0065f57789 /www/firefox/Makefile.options | |
parent | f60d4bacdc58ec061406d72cace1ac1266952e39 (diff) | |
download | ports-8a502cb2d43b4059a5678ee4539ca03603104107.tar.gz ports-8a502cb2d43b4059a5678ee4539ca03603104107.zip |
Notes
Diffstat (limited to 'www/firefox/Makefile.options')
-rw-r--r-- | www/firefox/Makefile.options | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 827f7cfbf189..5a6d5ad16a27 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -19,11 +19,6 @@ JACK_IMPLIES= ALSA OPTIONS_EXCLUDE+= DTRACE .endif -# dtrace -G crashes with clang++70 (conditional from Mk/bsd.gecko.mk) -.if ${CC} == cc && ${CXX} == c++ && exists(/usr/lib/libc++.so) -OPTIONS_EXCLUDE_FreeBSD_10= DTRACE -.endif - # opensolaris/lib/libdtrace/common/dt_link.c: # <arch> not implemented # failed to allocate space for probe |