diff options
author | flo <flo@FreeBSD.org> | 2013-02-23 17:21:11 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2013-02-23 17:21:11 +0800 |
commit | 33a9380c3b92c4181bdb57505223118772421289 (patch) | |
tree | ba53f151725188052dbc29a7d754b5ce93b57b14 /www/firefox-esr/Makefile | |
parent | ec768d44062c6427a8630ff89504b2fa38fe0719 (diff) | |
download | freebsd-ports-gnome-33a9380c3b92c4181bdb57505223118772421289.tar.gz freebsd-ports-gnome-33a9380c3b92c4181bdb57505223118772421289.tar.zst freebsd-ports-gnome-33a9380c3b92c4181bdb57505223118772421289.zip |
Clang does not support Profile-Guided Optimization yet.
Submitted by: Jan Beich <jbeich@tormail.org>
Reported by: dim
Diffstat (limited to 'www/firefox-esr/Makefile')
-rw-r--r-- | www/firefox-esr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 02eedc6ff49a..15b339d4c7cc 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -68,6 +68,7 @@ CFLAGS+= -mminimal-toc .endif .if ${PORT_OPTIONS:MPGO} +USE_GCC?= any USE_DISPLAY= yes .include "${PORTSDIR}/Mk/bsd.python.mk" |