svn commit: r503613 - head/graphics/kooka

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 7 05:31:22 UTC 2019


Author: pkubaj
Date: Fri Jun  7 05:31:21 2019
New Revision: 503613
URL: https://svnweb.freebsd.org/changeset/ports/503613

Log:
  graphics/kooka: fix build
  
    The compiler feature "cxx_decltype" is not known to CXX compiler
  
    "GNU"
  
    version 4.2.1.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/graphics/kooka/Makefile

Modified: head/graphics/kooka/Makefile
==============================================================================
--- head/graphics/kooka/Makefile	Fri Jun  7 04:35:38 2019	(r503612)
+++ head/graphics/kooka/Makefile	Fri Jun  7 05:31:21 2019	(r503613)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libpaper.so:print/libpaper \
 		libsane.so:graphics/sane-backends \
 		libtiff.so:graphics/tiff
 
-USES=		cmake kde:5 pkgconfig qt:5
+USES=		cmake compiler:c++11-lang kde:5 pkgconfig qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	KDE
 USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons \


More information about the svn-ports-all mailing list