aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/volk/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/volk/Makefile b/devel/volk/Makefile
index f1387a155ba5..11a8063d61c6 100644
--- a/devel/volk/Makefile
+++ b/devel/volk/Makefile
@@ -13,9 +13,15 @@ BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mako/__init__.py:textproc/py-mako@${PY_FLAVO
USES= cmake compiler:c++11-lang python:3.5+
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == armv7
+USE_GCC= yes
+.endif
+
USE_GITHUB= yes
GH_ACCOUNT= gnuradio
USE_LDCONFIG= yes
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>