Date: Tue, 30 Oct 2018 12:06:15 +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: r483480 - head/net-p2p/linuxdcpp Message-ID: <201810301206.w9UC6FuL010408@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Oct 30 12:06:14 2018 New Revision: 483480 URL: https://svnweb.freebsd.org/changeset/ports/483480 Log: Fix build with GCC-based architectures. PR: 231953 Submitted by: Piotr Kubaj Modified: head/net-p2p/linuxdcpp/Makefile Modified: head/net-p2p/linuxdcpp/Makefile ============================================================================== --- head/net-p2p/linuxdcpp/Makefile Tue Oct 30 12:02:51 2018 (r483479) +++ head/net-p2p/linuxdcpp/Makefile Tue Oct 30 12:06:14 2018 (r483480) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/License.txt BUILD_DEPENDS= ${LOCALBASE}/include/boost/version.hpp:devel/boost-libs -USES= gettext iconv pkgconfig scons tar:bzip2 ssl +USES= compiler:c++11-lang gettext iconv pkgconfig scons tar:bzip2 ssl USE_GNOME= libglade2 PORTDOCS= * DESTDIRNAME= FAKE_ROOT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301206.w9UC6FuL010408>