aboutsummaryrefslogtreecommitdiff
path: root/graphics/kamerka
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-02 09:34:48 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-05-02 09:34:48 +0000
commit3b224a54425d302fb50aecfada52ccea44d697c8 (patch)
tree933ec1d2f7d4a2c5c8d1eb89c6d36859817ffd9e /graphics/kamerka
parent8b036ff1bbd671458b764cc5ed44fd7682943b2c (diff)
downloadports-3b224a54425d302fb50aecfada52ccea44d697c8.tar.gz
ports-3b224a54425d302fb50aecfada52ccea44d697c8.zip
graphics/kamerka: fix build with GCC-based architectures
Add USES=compiler:c++11-lang because of: CMake Error in src/CMakeLists.txt: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=500647
Diffstat (limited to 'graphics/kamerka')
-rw-r--r--graphics/kamerka/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/kamerka/Makefile b/graphics/kamerka/Makefile
index a2fb23b4bd78..9a7d0b09f9e2 100644
--- a/graphics/kamerka/Makefile
+++ b/graphics/kamerka/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= libv4l2.so:multimedia/libv4l \
libphonon4qt5.so:multimedia/phonon \
libqimageblitz.so:x11/qimageblitz
-USES= cmake kde:5 qt:5
+USES= cmake compiler:c++11-lang kde:5 qt:5
USE_GITHUB= yes
GH_ACCOUNT= dos1
USE_QT= concurrent core dbus declarative gui network printsupport script xml widgets \