From d3eb98a2dcd37db8315d41f406d0944f99066e14 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 8 Apr 2004 20:50:06 +0000 Subject: - Update to version 0.80.2.a PR: ports/65259 Submitted by: Ports Fury --- archivers/rvm/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'archivers/rvm/Makefile') diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index 74c2b5bb7767..47251802403c 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rvm -PORTVERSION= 0.80.a +PORTVERSION= 0.80.2.a CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -23,8 +23,13 @@ USE_GNOME= gnometarget GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf +MAN1= rvm.1 PLIST_FILES= bin/rvm -MAN1= rvm.1 +.include -.include +.if ${OSVERSION} > 500034 +CXXFLAGS+= -O0 +.endif + +.include -- cgit v1.2.3