K 10 svn:author V 7 mandree K 8 svn:date V 27 2015-12-22T08:46:33.077686Z K 7 svn:log V 484 MFH: r401088 r404013 As with armv6 we need to use POSIX mutexes. Without this the ports try to use fcntl mutexes and fails as they are deprecated. Approved by: mandree (maintainer) Differential Revision: https://reviews.freebsd.org/D4107 Fix crash by using POSIX mutexes on all armv6* ARCHes not just armv6. This is to fix illegal-instruction crashes on armv6hf. PR: 205001 Submitted by: dave@dogwood.com Reviewed by: mikael.urankar@gmail.com Approved by: ports-secteam (feld@) END