From a4edcd627d5710895bed731fb4664ce2587bc197 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Tue, 13 Nov 2007 00:23:05 +0000 Subject: [PATCH] - Mark BROKEN: does not compile with GCC 4.2 Reported by: pointyhat Approved by: portmgr (hat) --- devel/sfslite/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/sfslite/Makefile b/devel/sfslite/Makefile index da40d97ac2c6..db793f7638b8 100644 --- a/devel/sfslite/Makefile +++ b/devel/sfslite/Makefile @@ -64,4 +64,10 @@ PKG_INSTALL?= pkg-install pre-install: PKG_PREFIX=${PREFIX} ${SH} ${PKG_INSTALL} ${PKGNAME} PRE-INSTALL -.include +.include + +.if ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 +.endif + +.include