From 33275d41b6711ec953aca53d86b31c3382d567ec Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Tue, 12 Mar 2019 03:54:35 +0000 Subject: [PATCH] Fix build on gcc-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) --- misc/tellico/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/tellico/Makefile b/misc/tellico/Makefile index 288a38c99fa2..2b192e58ab75 100644 --- a/misc/tellico/Makefile +++ b/misc/tellico/Makefile @@ -22,8 +22,8 @@ LIB_DEPENDS= libbtparse.so:textproc/btparse \ libtag.so:audio/taglib \ libyaz.so:net/yaz -USES= cmake desktop-file-utils gettext kde:5 pkgconfig python:run \ - qt:5 shared-mime-info shebangfix tar:xz +USES= cmake compiler:c++11-lang desktop-file-utils gettext kde:5 \ + pkgconfig python:run qt:5 shared-mime-info shebangfix tar:xz USE_GNOME= libxml2 libxslt USE_KDE= archive attica5 auth bookmarks codecs completion config \ configwidgets coreaddons crash ecm filemetadata guiaddons \