Date: Fri, 7 Jun 2019 05:31:21 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503613 - head/graphics/kooka Message-ID: <201906070531.x575VLAo092297@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906070531.x575VLAo092297>