Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2019 03:54:36 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r495418 - head/misc/tellico
Message-ID:  <201903120354.x2C3saAN042610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120354.x2C3saAN042610>