svn commit: r490360 - head/devel/libdill

Yuri Victorovich yuri at FreeBSD.org
Tue Jan 15 10:49:24 UTC 2019


Author: yuri
Date: Tue Jan 15 10:49:22 2019
New Revision: 490360
URL: https://svnweb.freebsd.org/changeset/ports/490360

Log:
  Broken on i386

Modified:
  head/devel/libdill/Makefile

Modified: head/devel/libdill/Makefile
==============================================================================
--- head/devel/libdill/Makefile	Tue Jan 15 09:51:27 2019	(r490359)
+++ head/devel/libdill/Makefile	Tue Jan 15 10:49:22 2019	(r490360)
@@ -10,6 +10,8 @@ COMMENT=	Structured concurrency library in C
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_i386=	error: this directive must appear between .cfi_startproc and .cfi_endproc directives
+
 USES=		autoreconf gmake libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static


More information about the svn-ports-head mailing list