pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/dasher



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:34:39 UTC 2018

Modified Files:
        pkgsrc/editors/dasher: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 pkgsrc/editors/dasher/Makefile

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

Modified files:

Index: pkgsrc/editors/dasher/Makefile
diff -u pkgsrc/editors/dasher/Makefile:1.91 pkgsrc/editors/dasher/Makefile:1.92
--- pkgsrc/editors/dasher/Makefile:1.91 Thu Nov 23 17:19:52 2017
+++ pkgsrc/editors/dasher/Makefile      Fri Jan 26 13:34:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2017/11/23 17:19:52 wiz Exp $
+# $NetBSD: Makefile,v 1.92 2018/01/26 13:34:39 jperkin Exp $
 
 DISTNAME=      dasher-4.10.1
 PKGREVISION=   37
@@ -11,7 +11,7 @@ HOMEPAGE=     http://www.inference.phy.cam.a
 COMMENT=       Easy typing without using keyboard
 LICENSE=       gnu-gpl-v2
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 USE_LIBTOOL=           yes
 USE_TOOLS+=            gmake intltool msgfmt pkg-config
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index