pkgsrc-Changes archive

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

CVS commit: pkgsrc/mbone/dbeacon



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:37:40 UTC 2018

Modified Files:
        pkgsrc/mbone/dbeacon: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mbone/dbeacon/Makefile

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

Modified files:

Index: pkgsrc/mbone/dbeacon/Makefile
diff -u pkgsrc/mbone/dbeacon/Makefile:1.8 pkgsrc/mbone/dbeacon/Makefile:1.9
--- pkgsrc/mbone/dbeacon/Makefile:1.8   Mon Sep  7 12:02:06 2015
+++ pkgsrc/mbone/dbeacon/Makefile       Fri Jan 26 13:37:40 2018
@@ -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/dbeac
 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