From 325a61af62e9a335753635e1594a8d5189ccac3f Mon Sep 17 00:00:00 2001 From: Beat Gaetzi Date: Fri, 27 Dec 2013 10:19:18 +0000 Subject: Mark FASTMEM option as broken on 10.x PR: ports/184773 Submitted by: RK --- www/elinks/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/elinks/Makefile b/www/elinks/Makefile index bd32276ca19f..a5921824ae7b 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -194,6 +194,10 @@ USES+= iconv CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif +.if ${PORT_OPTIONS:MFASTMEM} && ${OSVERSION} > 1000000 +BROKEN= segfaults on 10.X with fast mem enabled +.endif + # # Elinks will try to use it if exists # -- cgit v1.2.3