pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/dar



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:38:17 UTC 2018

Modified Files:
        pkgsrc/archivers/dar: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/archivers/dar/Makefile

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

Modified files:

Index: pkgsrc/archivers/dar/Makefile
diff -u pkgsrc/archivers/dar/Makefile:1.52 pkgsrc/archivers/dar/Makefile:1.53
--- pkgsrc/archivers/dar/Makefile:1.52  Sat Jul  9 06:37:46 2016
+++ pkgsrc/archivers/dar/Makefile       Fri Jan 26 13:38:17 2018
@@ -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 @@ HOMEPAGE=     http://dar.linux.free.fr/
 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