diff options
author | gerald <gerald@FreeBSD.org> | 2012-07-27 05:59:12 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2012-07-27 05:59:12 +0800 |
commit | 4ca2714694807b35318f89f0a8a19c3f3449a795 (patch) | |
tree | e22768f9f31bf6e9f0d8657a11e4d95d0ed95d97 /archivers | |
parent | 85b904b679203420da0f901ae5b1f3bb29dfb7cd (diff) | |
download | freebsd-ports-gnome-4ca2714694807b35318f89f0a8a19c3f3449a795.tar.gz freebsd-ports-gnome-4ca2714694807b35318f89f0a8a19c3f3449a795.tar.zst freebsd-ports-gnome-4ca2714694807b35318f89f0a8a19c3f3449a795.zip |
Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out
and GCC 4.6 has been the default for a while.
Approved by: maintainer
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rvm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 53b1b9843ec6..fa395b523b66 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} NO_LATEST_LINK= yes USE_GMAKE= yes -USE_GCC= 4.4+ +USE_GCC= 4.6+ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \ --enable-assume-stl-memory-exception |