pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/dar dar: Specify c++03 to avoid conflicts wi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b746dd59749
branches:  trunk
changeset: 374617:9b746dd59749
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:38:17 2018 +0000

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

diffstat:

 archivers/dar/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 938386147a85 -r 9b746dd59749 archivers/dar/Makefile
--- a/archivers/dar/Makefile    Fri Jan 26 13:37:40 2018 +0000
+++ b/archivers/dar/Makefile    Fri Jan 26 13:38:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2016/07/09 06:37:46 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2018/01/26 13:38:17 jperkin Exp $
 
 DISTNAME=      dar-2.4.13
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 COMMENT=       Disk archiver
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake groff gsed pkg-config bash:run



Home | Main Index | Thread Index | Old Index