diff options
author | pav <pav@FreeBSD.org> | 2011-04-12 16:02:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-04-12 16:02:33 +0800 |
commit | 57613f453bfa400066f14bb8c0d10786569c1d86 (patch) | |
tree | ae83780b0045c3a532eadab4ddd2488f8ab63ce8 | |
parent | 097a21674ef29dc35b862435fb8516838f164855 (diff) | |
download | freebsd-ports-gnome-57613f453bfa400066f14bb8c0d10786569c1d86.tar.gz freebsd-ports-gnome-57613f453bfa400066f14bb8c0d10786569c1d86.tar.zst freebsd-ports-gnome-57613f453bfa400066f14bb8c0d10786569c1d86.zip |
- Mark BROKEN on 9.X: segfaults during build
Reported by: pointyhat
-rw-r--r-- | lang/Sather/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 3fd54a4b878e..bbc6a2fc811a 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -45,6 +45,10 @@ PORTDOCS= * .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 900000 +BROKEN= segfaults during build on 9.X +.endif + post-extract: # # Precompiled binaries are for Linux only |