aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pike76
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-04-12 04:12:13 +0800
committerpav <pav@FreeBSD.org>2011-04-12 04:12:13 +0800
commit969a82720bfb58daf4cc404baf101dc417912e7e (patch)
tree131722f0d06f4f233095c4e0b4a8371942212931 /lang/pike76
parent3c0c2c48ea055a642dfedca50cddbd6272e77495 (diff)
downloadfreebsd-ports-gnome-969a82720bfb58daf4cc404baf101dc417912e7e.tar.gz
freebsd-ports-gnome-969a82720bfb58daf4cc404baf101dc417912e7e.tar.zst
freebsd-ports-gnome-969a82720bfb58daf4cc404baf101dc417912e7e.zip
- Mark BROKEN on amd64/7
Reported by: pointyhat
Diffstat (limited to 'lang/pike76')
-rw-r--r--lang/pike76/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike76/Makefile b/lang/pike76/Makefile
index 31c51604fc88..c32d7d52b200 100644
--- a/lang/pike76/Makefile
+++ b/lang/pike76/Makefile
@@ -95,6 +95,10 @@ PLIST_FILES= bin/pike bin/pike76 bin/hilfe
ONLY_FOR_ARCHS= i386 amd64
+.if ${OSVERSION} < 800000 && ${ARCH} == "amd64"
+BROKEN= segfaults during build
+.endif
+
.if defined(WITHOUT_RELOCATABLE_DUMPED_MODULES)
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
.else