replace USE_GCC=yes by compiler:c++11-lang, in fact that port doesn't need modern c++
but build crashes with g++ 4.2.1 from base but wotk properly with both clang and newer gcc
This commit is contained in:
parent
7d92d80b96
commit
996c655381
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329835
@ -16,8 +16,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USES= gmake
|
||||
USE_GCC= yes
|
||||
USES= gmake compiler:c++11-lang
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \
|
||||
--enable-assume-stl-memory-exception
|
||||
|
Loading…
Reference in New Issue
Block a user