aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2013-12-27 18:19:18 +0800
committerbeat <beat@FreeBSD.org>2013-12-27 18:19:18 +0800
commitf7a72eb82676beb5274cd2e786b8b1e761654a5b (patch)
treef25cab44278d6d8501c64d8a329296637064aba7 /www
parente4d02f5f7a6c823d5489d6f0c1e60c32cea2bf70 (diff)
downloadfreebsd-ports-gnome-f7a72eb82676beb5274cd2e786b8b1e761654a5b.tar.gz
freebsd-ports-gnome-f7a72eb82676beb5274cd2e786b8b1e761654a5b.tar.zst
freebsd-ports-gnome-f7a72eb82676beb5274cd2e786b8b1e761654a5b.zip
Mark FASTMEM option as broken on 10.x
PR: ports/184773 Submitted by: RK <hsn@sendmail.cz>
Diffstat (limited to 'www')
-rw-r--r--www/elinks/Makefile4
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
#