svn commit: r368780 - head/devel/silc-toolkit

Pawel Pekala pawel at FreeBSD.org
Sun Sep 21 18:35:44 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list