From 3afcd34ab93ea614767e2892cca31f0d130d7a9f Mon Sep 17 00:00:00 2001 From: linimon Date: Tue, 2 Oct 2007 07:41:51 +0000 Subject: Mark as broken with gcc4.2 on 64-bit archs. While here, remove 4.x cruft. --- devel/titano/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'devel') diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 9bfaaff0bb20..43f22e550438 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -23,8 +23,12 @@ GNU_CONFIGURE= yes .include -.if ${OSVERSION} > 500034 EXTRA_PATCHES+= ${FILESDIR}/gcc3-* + +.if ${OSVERSION} >= 700042 +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile with GCC 4.2 +.endif .endif pre-patch: .SILENT -- cgit