Date: Thu, 13 Jun 2019 11:52:20 +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: r504080 - head/irc/dxirc Message-ID: <201906131152.x5DBqKG0045487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Jun 13 11:52:20 2019 New Revision: 504080 URL: https://svnweb.freebsd.org/changeset/ports/504080 Log: Add compiler:c++11-lang to USES to fix the following problem on GCC-based architectures: The compiler feature "cxx_decltype" is not known to CXX compiler "GNU" version 4.2.1. Approved by: portmgr (tier-2 blanket) Modified: head/irc/dxirc/Makefile Modified: head/irc/dxirc/Makefile ============================================================================== --- head/irc/dxirc/Makefile Thu Jun 13 11:49:06 2019 (r504079) +++ head/irc/dxirc/Makefile Thu Jun 13 11:52:20 2019 (r504080) @@ -12,8 +12,8 @@ COMMENT= Simple IRC client LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +USES= cmake compiler:c++11-lang pkgconfig USE_XORG= ice sm x11 xext -USES= cmake pkgconfig INSTALLS_ICONS= yes OPTIONS_DEFINE= NLS LUA ENCHANT NOTIFY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906131152.x5DBqKG0045487>