pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/sbd sbd: Specify c++03 to avoid conflicts wit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2998936bb0d8
branches:  trunk
changeset: 374615:2998936bb0d8
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:36:43 2018 +0000

description:
sbd: Specify c++03 to avoid conflicts with std::bind.

diffstat:

 security/sbd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r eaac54b8c9ae -r 2998936bb0d8 security/sbd/Makefile
--- a/security/sbd/Makefile     Fri Jan 26 13:35:36 2018 +0000
+++ b/security/sbd/Makefile     Fri Jan 26 13:36:43 2018 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index