diff options
author | vs <vs@FreeBSD.org> | 2005-07-29 00:18:29 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-07-29 00:18:29 +0800 |
commit | 7ec812e2509cb526e78c6f03634bb34e44b538c4 (patch) | |
tree | 3587bc49a3159e431388733a894175ecfd280412 /devel | |
parent | 784f3103d60386625974de44e763c99f15e5154e (diff) | |
download | freebsd-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/Makefile | 8 |
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> |