Date: Tue, 12 Mar 2019 05:19:18 +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: r495437 - head/textproc/dikt Message-ID: <201903120519.x2C5JIG8086230@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903120519.x2C5JIG8086230>