summaryrefslogtreecommitdiff
path: root/mbone
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-26 13:37:40 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-26 13:37:40 +0000
commit0edc40a4c28431a65d3d1295afbaecb8895a96e7 (patch)
tree1115ce14aba46e0a3ec4818fae03a910df14f89a /mbone
parent846df7753fd62d2a4a8602f46c936bf0f61264b1 (diff)
downloadpkgsrc-0edc40a4c28431a65d3d1295afbaecb8895a96e7.tar.gz
dbeacon: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'mbone')
-rw-r--r--mbone/dbeacon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbone/dbeacon/Makefile b/mbone/dbeacon/Makefile
index d6c06e2c34f..16f31c9796f 100644
--- a/mbone/dbeacon/Makefile
+++ b/mbone/dbeacon/Makefile
@@ -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 @@ HOMEPAGE= http://fivebits.net/proj/dbeacon/
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