Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Feb 2019 11:37:02 +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: r492111 - head/net-im/psi
Message-ID:  <201902041137.x14Bb2Vl070324@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Mon Feb  4 11:37:02 2019
New Revision: 492111
URL: https://svnweb.freebsd.org/changeset/ports/492111

Log:
  This port needs USES=compiler:c++11-lang to build on GCC-based
  architectures.
  
  PR:		235288
  Submitted by:	Piotr Kubaj

Modified:
  head/net-im/psi/Makefile

Modified: head/net-im/psi/Makefile
==============================================================================
--- head/net-im/psi/Makefile	Mon Feb  4 10:35:47 2019	(r492110)
+++ head/net-im/psi/Makefile	Mon Feb  4 11:37:02 2019	(r492111)
@@ -16,7 +16,8 @@ LIB_DEPENDS=	libidn.so:dns/libidn \
 		libminizip.so:archivers/minizip \
 		libqca-qt5.so:devel/qca@qt5
 
-USES=		cmake desktop-file-utils pkgconfig qt:5 tar:xz
+USES=		cmake compiler:c++11-lang desktop-file-utils pkgconfig qt:5 \
+		tar:xz
 
 CMAKE_ARGS=	-DIDN_LIBRARY=${LOCALBASE}/lib/libidn.so \
 		-DIDN_INCLUDE_DIR=${LOCALBASE}/include \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902041137.x14Bb2Vl070324>