svn commit: r492111 - head/net-im/psi
Mark Linimon
linimon at FreeBSD.org
Mon Feb 4 11:37:03 UTC 2019
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 at 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 \
More information about the svn-ports-all
mailing list