FYI mcl
----- Forwarded message from Mark Linimon <[email protected]> ----- Date: Tue, 12 Mar 2019 03:54:36 +0000 (UTC) From: Mark Linimon <[email protected]> To: [email protected], [email protected], [email protected] Subject: svn commit: r495418 - head/misc/tellico Author: linimon Date: Tue Mar 12 03:54:35 2019 New Revision: 495418 URL: https://svnweb.freebsd.org/changeset/ports/495418 Log: Fix build on gcc-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler Approved by: portmgr (tier-2 blanket) Modified: head/misc/tellico/Makefile Modified: head/misc/tellico/Makefile ============================================================================== --- head/misc/tellico/Makefile Tue Mar 12 03:52:38 2019 (r495417) +++ head/misc/tellico/Makefile Tue Mar 12 03:54:35 2019 (r495418) @@ -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 \ ----- End forwarded message -----
