diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 20:48:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-08 20:48:34 +0000 |
commit | 996c655381d2c7e548c8899ba058a2b36cd48aa2 (patch) | |
tree | ad30ca0c5d76d862f42a7d29e1ce6b5e6390db52 /archivers/rvm | |
parent | 7d92d80b966a3b2223d20059ba797fe863785eee (diff) |
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
Notes
Notes:
svn path=/head/; revision=329835
Diffstat (limited to 'archivers/rvm')
-rw-r--r-- | archivers/rvm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 7e2547300407..5a72fe11c4b9 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -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 |