summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-09-21 18:35:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-09-21 18:35:44 +0000
commit67cee60555a2382adfa519d18847cc44923ac2f6 (patch)
treedef9bf78ca2fd2f4029aef0a9ed635978417bad2
parent- Update to 0.1.4 (diff)
Fix build on 11-CURRENT
PR: ports/193273 Reported by: ohartman@zedat.fu-berlin.de
Notes
Notes: svn path=/head/; revision=368780
-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>