From 996c655381d2c7e548c8899ba058a2b36cd48aa2 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 8 Oct 2013 20:48:34 +0000 Subject: [PATCH] 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 --- archivers/rvm/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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