From 624661a6d0f1e659570addb0356945d07fff4df9 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 4 Nov 2018 13:59:23 +0000 Subject: [PATCH] Mark BROKEN: fails to build SoText2.c++:892:14: error: cast from pointer to smaller type 'char' loses information *s1 = (char)NULL; /* font name is pointed to s */ ^~~~~~~~~~ Reported by: pkg-fallout --- graphics/inventor/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/inventor/Makefile b/graphics/inventor/Makefile index c5ab9da70f86..3bb92243bf73 100644 --- a/graphics/inventor/Makefile +++ b/graphics/inventor/Makefile @@ -14,6 +14,8 @@ COMMENT= SGI's Open Inventor (TM) LICENSE= LGPL21 +BROKEN= fails to build + LIB_DEPENDS= libfreetype.so:print/freetype2 CONFLICTS= Coin-[0-9]* SoXt-[0-9]*