summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/micropython/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/lang/micropython/Makefile b/lang/micropython/Makefile
index d2a9764f3dbe..0491a602c9eb 100644
--- a/lang/micropython/Makefile
+++ b/lang/micropython/Makefile
@@ -24,15 +24,7 @@ WRKSRC_SUBDIR= unix
SHEBANG_FILES= ../tools/make-frozen.py
MAKE_ARGS+= V=1
MAKE_ENV+= PYTHON=${PYTHON_CMD} CFLAGS_EXTRA="${CPPFLAGS} ${CFLAGS}"
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 1000024
-# Our default GCC 4.2.1 build can't handle some quirks correctly.
-# Use an up to date version for FreeBSD releases, which use GCC
-# as default compiler
-USE_GCC= yes
-.endif
+TEST_TARGET= test
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||;/^COPT =/d; \
@@ -49,8 +41,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micropython ${STAGEDIR}${PREFIX}/bin
-regression-test: build
- ${RM} ${WRKSRC}/../tests/basics/memoryerror.py
- cd ${WRKSRC} && ${MAKE_CMD} test
+pre-test:
+ @${RM} ${WRKSRC}/../tests/basics/memoryerror.py
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>