svn commit: r483480 - head/net-p2p/linuxdcpp

Mark Linimon linimon at FreeBSD.org
Tue Oct 30 12:06:15 UTC 2018


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


More information about the svn-ports-all mailing list