Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2020 16:28:37 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r549607 - head/graphics/xournalpp
Message-ID:  <202009221628.08MGSbln028507@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Tue Sep 22 16:28:37 2020
New Revision: 549607
URL: https://svnweb.freebsd.org/changeset/ports/549607

Log:
  graphics/xournalpp: Broken on i386
  
  Reported by:	fallout

Modified:
  head/graphics/xournalpp/Makefile

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Tue Sep 22 16:24:15 2020	(r549606)
+++ head/graphics/xournalpp/Makefile	Tue Sep 22 16:28:37 2020	(r549607)
@@ -10,6 +10,8 @@ COMMENT=	Handwriting notetaking software with PDF anno
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	non-constant-expression cannot be narrowed from type 'unsigned long long' to 'size_t' (aka 'unsigned int') in initializer list: https://github.com/xournalpp/xournalpp/issues/2267
+
 LIB_DEPENDS=	libpoppler-glib.so:graphics/poppler-glib \
 		libportaudio.so:audio/portaudio \
 		libsndfile.so:audio/libsndfile \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009221628.08MGSbln028507>