diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-09-29 18:58:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-09-29 18:58:11 +0000 |
commit | b02c7a24656877738d920fc20a4e164e6272fd6f (patch) | |
tree | fff6692911aba6743f4aa2efd1ccc4e5a151c35a | |
parent | 93b5f880f06ca73d6f31ba422e372a0d5c789282 (diff) | |
download | ports-b02c7a24656877738d920fc20a4e164e6272fd6f.tar.gz ports-b02c7a24656877738d920fc20a4e164e6272fd6f.zip |
Notes
-rw-r--r-- | www/firefox/Makefile.options | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/www/firefox/Makefile.options b/www/firefox/Makefile.options index 3dfef61f35d2..501ca26989d4 100644 --- a/www/firefox/Makefile.options +++ b/www/firefox/Makefile.options @@ -4,7 +4,7 @@ OPTIONS_DEFINE+= BUNDLED_CAIRO CANBERRA DBUS DEBUG DTRACE FFMPEG GCONF \ INTEGER_SAMPLES LIBPROXY \ OPTIMIZED_CFLAGS PROFILE TEST -OPTIONS_DEFAULT+= DBUS DTRACE FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE \ +OPTIONS_DEFAULT+= DBUS FFMPEG GCONF OPTIMIZED_CFLAGS PROFILE \ ${OPTIONS_MULTI_AUDIO:NSNDIO} \ ${MACHINE_CPU:Msoftfp:C/.+/INTEGER_SAMPLES/} @@ -19,8 +19,11 @@ JACK_IMPLIES= ALSA OPTIONS_EXCLUDE+= DTRACE .endif -# ld(1) fails to link probes: Relocations in generic ELF (EM: 0) -OPTIONS_EXCLUDE_aarch64= DTRACE +# opensolaris/lib/libdtrace/common/dt_link.c: +# <arch> not implemented +# failed to allocate space for probe +OPTIONS_DEFAULT_amd64+= DTRACE +OPTIONS_DEFAULT_i386+= DTRACE BUNDLED_CAIRO_DESC?= Use bundled fork of cairo-1.9.5 CANBERRA_DESC?= Sound theme alerts |