From a50f67ec8517b0698053524fa10e59db87d46ffc Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Mon, 19 Sep 2016 17:22:44 +0000 Subject: [PATCH] lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang MFH: 2016Q3 --- lang/phantomjs/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index c837ab1de13c..a31cf7b6e72c 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png PROJECTHOST= phantomjs -USES= bison:build compiler gmake gperf jpeg perl5 pkgconfig python:build zip +USES= bison:build compiler:c++11-lang gmake gperf jpeg perl5 pkgconfig python:build zip USE_PERL5= build USE_RUBY= yes RUBY_NO_RUN_DEPENDS= yes @@ -31,11 +31,6 @@ NO_CCACHE= yes USE_XORG= x11 -# Hack for FreeBSD 9. Without it mysteriously switches from -# clang++ to c++ which ends in build failure. -CC=clang -CXX=clang++ - # NOTE: # build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.