pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/sbd



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:36:44 UTC 2018

Modified Files:
        pkgsrc/security/sbd: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/sbd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/sbd/Makefile
diff -u pkgsrc/security/sbd/Makefile:1.5 pkgsrc/security/sbd/Makefile:1.6
--- pkgsrc/security/sbd/Makefile:1.5    Mon Sep  4 18:08:27 2017
+++ pkgsrc/security/sbd/Makefile        Fri Jan 26 13:36:43 2018
@@ -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 remot
 
 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