svn commit: r504179 - head/graphics/peruse

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 14 12:15:43 UTC 2019


Author: pkubaj
Date: Fri Jun 14 12:15:42 2019
New Revision: 504179
URL: https://svnweb.freebsd.org/changeset/ports/504179

Log:
  graphics/peruse: fix build
  
  Add USES=compiler:c++11-lang to fix build:
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.
  
  Approved by:	mentors (implicite approval)

Modified:
  head/graphics/peruse/Makefile

Modified: head/graphics/peruse/Makefile
==============================================================================
--- head/graphics/peruse/Makefile	Fri Jun 14 11:40:53 2019	(r504178)
+++ head/graphics/peruse/Makefile	Fri Jun 14 12:15:42 2019	(r504179)
@@ -10,7 +10,7 @@ COMMENT=	Comic book viewer
 
 LICENSE=	LGPL21
 
-USES=		cmake pkgconfig kde:5 qt:5 tar:xz
+USES=		cmake compiler:c++11-lang pkgconfig kde:5 qt:5 tar:xz
 USE_GITHUB=	yes
 GH_ACCOUNT=	KDE
 USE_KDE=	archive baloo completion config coreaddons ecm filemetadata i18n \


More information about the svn-ports-all mailing list