From 620ffa4735d9e08758bb257b5834a07cf22f1836 Mon Sep 17 00:00:00 2001 From: Volker Stolz Date: Thu, 28 Jul 2005 16:18:29 +0000 Subject: [PATCH] Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not help Noticed by: cluster --- devel/libassa/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/devel/libassa/Makefile b/devel/libassa/Makefile index a86af8e6c472..4d4d0daebf99 100644 --- a/devel/libassa/Makefile +++ b/devel/libassa/Makefile @@ -27,4 +27,10 @@ post-patch: pre-configure: @${CP} ${LTMAIN} ${WRKSRC} -.include +.include + +.if ( ${OSVERSION} < 500000 ) +BROKEN= "Compilation fails and passing -fhuge-objects does not help" +.endif + +.include