svn commit: r498369 - head/security/libdecaf
Kirill Ponomarev
krion at FreeBSD.org
Mon Apr 8 12:20:10 UTC 2019
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>
More information about the svn-ports-all
mailing list