diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 16:02:33 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-04-12 16:02:33 +0800 |
commit | c565a4550f5067951eae1adb2b8c2653889691e2 (patch) | |
tree | a96f1e5d314d93f91ec9ce9a72e58e31a493afae | |
parent | 551f7bc1d7dd1592f0877b8af5fa348278f3dd75 (diff) | |
download | freebsd-ports-gnome-c565a4550f5067951eae1adb2b8c2653889691e2.tar.gz freebsd-ports-gnome-c565a4550f5067951eae1adb2b8c2653889691e2.tar.zst freebsd-ports-gnome-c565a4550f5067951eae1adb2b8c2653889691e2.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 |