svn commit: r422451 - head/lang/phantomjs
Mark Felder
feld at FreeBSD.org
Mon Sep 19 17:22:45 UTC 2016
Author: feld
Date: Mon Sep 19 17:22:44 2016
New Revision: 422451
URL: https://svnweb.freebsd.org/changeset/ports/422451
Log:
lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang
MFH: 2016Q3
Modified:
head/lang/phantomjs/Makefile
Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile Mon Sep 19 17:16:04 2016 (r422450)
+++ head/lang/phantomjs/Makefile Mon Sep 19 17:22:44 2016 (r422451)
@@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freety
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.
More information about the svn-ports-head
mailing list