Date: Mon, 8 Apr 2019 12:20:09 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r498369 - head/security/libdecaf Message-ID: <201904081220.x38CK9G0058796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Mon Apr 8 12:20:09 2019 New Revision: 498369 URL: https://svnweb.freebsd.org/changeset/ports/498369 Log: Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237103 Submitted by: Piotr Kubaj <pkubaj at anongoth_dot_pl> Modified: head/security/libdecaf/Makefile Modified: head/security/libdecaf/Makefile ============================================================================== --- head/security/libdecaf/Makefile Mon Apr 8 12:14:19 2019 (r498368) +++ head/security/libdecaf/Makefile Mon Apr 8 12:20:09 2019 (r498369) @@ -12,9 +12,7 @@ COMMENT= Implementation of elliptic curve cryptography LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake python:2.7 tar:tgz +USES= cmake compiler:c++11-lang localbase:ldflags python:2.7 tar:tgz USE_LDCONFIG= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904081220.x38CK9G0058796>