aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-09 04:48:34 +0800
committerbapt <bapt@FreeBSD.org>2013-10-09 04:48:34 +0800
commitfb8826763b66ea82dba92fcc73487c6fc7b97a04 (patch)
treead30ca0c5d76d862f42a7d29e1ce6b5e6390db52
parent5c78df390cd5a3702bd37dfa00dd36745fd51788 (diff)
downloadfreebsd-ports-gnome-fb8826763b66ea82dba92fcc73487c6fc7b97a04.tar.gz
freebsd-ports-gnome-fb8826763b66ea82dba92fcc73487c6fc7b97a04.tar.zst
freebsd-ports-gnome-fb8826763b66ea82dba92fcc73487c6fc7b97a04.zip
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
-rw-r--r--archivers/rvm/Makefile3
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