Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 16:46:52 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482601 - head/graphics/kdiagram
Message-ID:  <201810201646.w9KGkqsn086363@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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