svn commit: r549607 - head/graphics/xournalpp

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 22 16:28:38 UTC 2020


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 \


More information about the svn-ports-all mailing list