diff options
-rw-r--r-- | lang/pike78/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile index a9c4cd6ff8d0..77336801a0a6 100644 --- a/lang/pike78/Makefile +++ b/lang/pike78/Makefile @@ -93,6 +93,11 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe ONLY_FOR_ARCHS= i386 amd64 sparc64 +.if ${OSVERSION} < 800000 && ${ARCH} == "amd64" +BROKEN= segfaults during build +.endif + + .ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES) CONFIGURE_ARGS+= --without-relocatable-dumped-modules .else |