aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-07-29 00:18:29 +0800
committervs <vs@FreeBSD.org>2005-07-29 00:18:29 +0800
commit7ec812e2509cb526e78c6f03634bb34e44b538c4 (patch)
tree3587bc49a3159e431388733a894175ecfd280412 /devel
parent784f3103d60386625974de44e763c99f15e5154e (diff)
downloadfreebsd-ports-gnome-7ec812e2509cb526e78c6f03634bb34e44b538c4.tar.gz
freebsd-ports-gnome-7ec812e2509cb526e78c6f03634bb34e44b538c4.tar.zst
freebsd-ports-gnome-7ec812e2509cb526e78c6f03634bb34e44b538c4.zip
Mark as BROKEN on 4.x: Compilation fails and passing -fhuge-objects does not help
Noticed by: cluster
Diffstat (limited to 'devel')
-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>