svn commit: r482601 - head/graphics/kdiagram

Tobias C. Berner tcberner at FreeBSD.org
Sat Oct 20 16:46:52 UTC 2018


Author: tcberner
Date: Sat Oct 20 16:46:52 2018
New Revision: 482601
URL: https://svnweb.freebsd.org/changeset/ports/482601

Log:
  graphics/kdiagram: fix build with GCC-based architectures
  
  PR:		232258
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/graphics/kdiagram/Makefile

Modified: head/graphics/kdiagram/Makefile
==============================================================================
--- head/graphics/kdiagram/Makefile	Sat Oct 20 16:43:52 2018	(r482600)
+++ head/graphics/kdiagram/Makefile	Sat Oct 20 16:46:52 2018	(r482601)
@@ -12,7 +12,7 @@ COMMENT=	Library to create business diagrams
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.GPL.txt
 
-USES=		cmake:outsource kde:5 qt:5 tar:xz
+USES=		cmake:outsource compiler:c++11-lang kde:5 qt:5 tar:xz
 USE_KDE=	ecm
 USE_QT=		core gui linguisttools printsupport sql svg widgets \
 		buildtools_build qmake_build


More information about the svn-ports-head mailing list