mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Mark FASTMEM option as broken on 10.x
PR: ports/184773 Submitted by: RK <hsn@sendmail.cz>
This commit is contained in:
parent
361999f99d
commit
325a61af62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337689
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user