diff -ruN pioneer.orig/Makefile pioneer/Makefile --- pioneer.orig/Makefile 2016-02-28 14:19:10.000000000 +0400 +++ pioneer/Makefile 2016-02-28 14:01:58.737847000 +0400 @@ -69,7 +69,7 @@ .include -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1000054 +.if ${OPSYS} == FreeBSD && (${OSVERSION} < 1000054 || ${ARCH} == armv6) USE_GCC= yes .else USES+= compiler:c++11-lang