diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:36:43 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:36:43 +0000 |
commit | 846df7753fd62d2a4a8602f46c936bf0f61264b1 (patch) | |
tree | 0637c08d0d73ac2b6f3b0c4408006d961ec11e19 /security | |
parent | ce73a5ddc7523e1a121c4547bd55b5b12ffa1d62 (diff) | |
download | pkgsrc-846df7753fd62d2a4a8602f46c936bf0f61264b1.tar.gz |
sbd: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'security')
-rw-r--r-- | security/sbd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sbd/Makefile b/security/sbd/Makefile index 66c16975040..91df582556a 100644 --- a/security/sbd/Makefile +++ b/security/sbd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2017/09/04 18:08:27 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/01/26 13:36:43 jperkin Exp $ # DISTNAME= sbd-0.5 @@ -11,7 +11,7 @@ COMMENT= HMAC & one-time pad-based remote login program WRKSRC= ${WRKDIR}/sbd -USE_LANGUAGES+= c c++ +USE_LANGUAGES+= c c++03 EGDIR= ${PREFIX}/share/sbd CONF_FILES= ${EGDIR}/deckey.bits ${PKG_SYSCONFDIR}/sbd/deckey.bits |