svn commit: r495437 - head/textproc/dikt

Mark Linimon linimon at FreeBSD.org
Tue Mar 12 05:19:19 UTC 2019


Author: linimon
Date: Tue Mar 12 05:19:18 2019
New Revision: 495437
URL: https://svnweb.freebsd.org/changeset/ports/495437

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/textproc/dikt/Makefile

Modified: head/textproc/dikt/Makefile
==============================================================================
--- head/textproc/dikt/Makefile	Tue Mar 12 05:16:23 2019	(r495436)
+++ head/textproc/dikt/Makefile	Tue Mar 12 05:19:18 2019	(r495437)
@@ -14,7 +14,7 @@ COMMENT=	Dictionary for KDE
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake kde:5 qt:5 tar:txz
+USES=		cmake compiler:c++11-lang kde:5 qt:5 tar:txz
 USE_KDE=	auth bookmarks codecs completion config configwidgets coreaddons dbusaddons guiaddons i18n \
 		iconthemes itemviews jobwidgets kio service solid widgetsaddons xmlgui
 USE_QT=		concurrent core dbus gui network printsupport svg widgets xml \


More information about the svn-ports-all mailing list