From c1a0f8ede9b1500fbfeeddd49e14619623f520ad Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 16 Aug 2004 02:33:05 +0000 Subject: BROKEN on 5.x: Does not compile with gcc 3.4.2 --- archivers/rvm/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'archivers/rvm') diff --git a/archivers/rvm/Makefile b/archivers/rvm/Makefile index a2fbf91b715b..d09b2a0b2484 100644 --- a/archivers/rvm/Makefile +++ b/archivers/rvm/Makefile @@ -28,4 +28,10 @@ CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf MAN1= rvm.1 PLIST_FILES= bin/rvm -.include +.include + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile with gcc 3.4.2" +.endif + +.include -- cgit v1.2.3