mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add compiler:c++11-lang to USES to fix building with boost.
Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
a3129f9a9e
commit
1fd5c2b223
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484374
@ -17,8 +17,6 @@ COMMENT= High-throughput computing on distributively owned resources
|
|||||||
LICENSE= APACHE20
|
LICENSE= APACHE20
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
|
LICENSE_FILE= ${WRKSRC}/LICENSE-2.0.txt
|
||||||
|
|
||||||
BROKEN_powerpc64= fails to link: test_unit.hpp:249: undefined reference to boost::unit_test::ut_detail::normalize_test_case_name
|
|
||||||
|
|
||||||
LIB_DEPENDS= libkrb5support.so:security/krb5 \
|
LIB_DEPENDS= libkrb5support.so:security/krb5 \
|
||||||
libpcre.so:devel/pcre \
|
libpcre.so:devel/pcre \
|
||||||
libcurl.so:ftp/curl \
|
libcurl.so:ftp/curl \
|
||||||
@ -26,7 +24,8 @@ LIB_DEPENDS= libkrb5support.so:security/krb5 \
|
|||||||
${PY_BOOST}
|
${PY_BOOST}
|
||||||
|
|
||||||
# Does not work with Python 3
|
# Does not work with Python 3
|
||||||
USES= cmake:noninja cpe perl5 pgsql python:2.7 shebangfix ssl
|
USES= cmake:noninja compiler:c++11-lang cpe perl5 pgsql \
|
||||||
|
python:2.7 shebangfix ssl
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CPE_VENDOR= condor_project
|
CPE_VENDOR= condor_project
|
||||||
SHEBANG_FILES= src/condor_scripts/condor_qsub \
|
SHEBANG_FILES= src/condor_scripts/condor_qsub \
|
||||||
|
Loading…
Reference in New Issue
Block a user