svn commit: r488462 - head/misc/kde-thumbnailer-chm

Mark Linimon linimon at FreeBSD.org
Wed Dec 26 21:55:57 UTC 2018


Author: linimon
Date: Wed Dec 26 21:55:55 2018
New Revision: 488462
URL: https://svnweb.freebsd.org/changeset/ports/488462

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based
  architectures.
  
  PR:		234379
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/misc/kde-thumbnailer-chm/Makefile

Modified: head/misc/kde-thumbnailer-chm/Makefile
==============================================================================
--- head/misc/kde-thumbnailer-chm/Makefile	Wed Dec 26 21:52:59 2018	(r488461)
+++ head/misc/kde-thumbnailer-chm/Makefile	Wed Dec 26 21:55:55 2018	(r488462)
@@ -13,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libchm.so:misc/chmlib
 
-USES=		cmake kde:5 qt:5
+USES=		cmake compiler:c++11-lang kde:5 qt:5
 USE_KDE=	ecm_build kio
 USE_QT=		buildtools_build qmake_build gui
 


More information about the svn-ports-all mailing list