Date: Sun, 21 Sep 2014 18:35:44 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368780 - head/devel/silc-toolkit Message-ID: <201409211835.s8LIZiot036164@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sun Sep 21 18:35:44 2014 New Revision: 368780 URL: http://svnweb.freebsd.org/changeset/ports/368780 QAT: https://qat.redports.org/buildarchive/r368780/ Log: Fix build on 11-CURRENT PR: ports/193273 Reported by: ohartman@zedat.fu-berlin.de Modified: head/devel/silc-toolkit/Makefile Modified: head/devel/silc-toolkit/Makefile ============================================================================== --- head/devel/silc-toolkit/Makefile Sun Sep 21 18:18:46 2014 (r368779) +++ head/devel/silc-toolkit/Makefile Sun Sep 21 18:35:44 2014 (r368780) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409211835.s8LIZiot036164>