summaryrefslogtreecommitdiff
path: root/devel/libassa
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-07-28 16:18:29 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-07-28 16:18:29 +0000
commit620ffa4735d9e08758bb257b5834a07cf22f1836 (patch)
tree3d8517d61d48b8780331ec77d1116d25e541085e /devel/libassa
parent- Update to 0.2.6 [1] (diff)
Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not help
Noticed by: cluster
Notes
Notes: svn path=/head/; revision=140328
Diffstat (limited to 'devel/libassa')
-rw-r--r--devel/libassa/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ( ${OSVERSION} < 500000 )
+BROKEN= "Compilation fails and passing -fhuge-objects does not help"
+.endif
+
+.include <bsd.port.post.mk>