diff -ruN pioneer.orig/Makefile pioneer/Makefile --- pioneer.orig/Makefile 2015-12-04 12:36:35.000000000 +0400 +++ pioneer/Makefile 2016-02-01 03:58:47.063782000 +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