diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/elinks/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 # |