mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
lang/phantomjs: Remove hack for FreeBSD 9 and use compiler:c++11-lang
MFH: 2016Q3
This commit is contained in:
parent
dcdbc2bab2
commit
a50f67ec85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422451
1 changed files with 1 additions and 6 deletions
|
@ -20,7 +20,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||||
libpng.so:graphics/png
|
libpng.so:graphics/png
|
||||||
|
|
||||||
PROJECTHOST= phantomjs
|
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_PERL5= build
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
RUBY_NO_RUN_DEPENDS= yes
|
RUBY_NO_RUN_DEPENDS= yes
|
||||||
|
@ -31,11 +31,6 @@ NO_CCACHE= yes
|
||||||
|
|
||||||
USE_XORG= x11
|
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:
|
# NOTE:
|
||||||
# build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.
|
# build.sh --qtwebkit=system requires Qt 5.3.x. We cannot use it.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue