summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/silc-toolkit/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/silc-toolkit/Makefile b/devel/silc-toolkit/Makefile
index f07ef0e34d4a..1bf9ce9ab581 100644
--- a/devel/silc-toolkit/Makefile
+++ b/devel/silc-toolkit/Makefile
@@ -30,4 +30,7 @@ THREADS_CONFIGURE_WITH= pthreads
IPV6_CONFIGURE_ENABLE= ipv6
OPTIMIZED_ASM_CONFIGURE_ENABLE= asm
+post-configure:
+ @${REINPLACE_CMD} 's|-fno-regmove||' ${WRKSRC}/lib/silccrypt/Makefile
+
.include <bsd.port.mk>