pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mbone/dbeacon dbeacon: Specify c++03 to avoid conflict...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/938386147a85
branches:  trunk
changeset: 374616:938386147a85
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:37:40 2018 +0000

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

diffstat:

 mbone/dbeacon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2998936bb0d8 -r 938386147a85 mbone/dbeacon/Makefile
--- a/mbone/dbeacon/Makefile    Fri Jan 26 13:36:43 2018 +0000
+++ b/mbone/dbeacon/Makefile    Fri Jan 26 13:37:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/09/07 12:02:06 jperkin Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/26 13:37:40 jperkin Exp $
 #
 
 DISTNAME=      dbeacon-0.3.9.1
@@ -11,7 +11,7 @@
 COMMENT=       Distributed IPv4/IPv6 multicast beacon
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 USE_TOOLS+=    gmake
 NO_CONFIGURE=  yes
 BUILD_DEFS+=   IPV6_READY



Home | Main Index | Thread Index | Old Index