diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:37:40 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-26 13:37:40 +0000 |
commit | 0edc40a4c28431a65d3d1295afbaecb8895a96e7 (patch) | |
tree | 1115ce14aba46e0a3ec4818fae03a910df14f89a /mbone/dbeacon | |
parent | 846df7753fd62d2a4a8602f46c936bf0f61264b1 (diff) | |
download | pkgsrc-0edc40a4c28431a65d3d1295afbaecb8895a96e7.tar.gz |
dbeacon: Specify c++03 to avoid conflicts with std::bind.
Diffstat (limited to 'mbone/dbeacon')
-rw-r--r-- | mbone/dbeacon/Makefile | 4 |
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 |