pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/sword Dependencies use C++11 in headers.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dfb2b116f322
branches:  trunk
changeset: 362707:dfb2b116f322
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 22 23:40:42 2017 +0000

description:
Dependencies use C++11 in headers.

diffstat:

 misc/sword/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9e9dcaa86a69 -r dfb2b116f322 misc/sword/Makefile
--- a/misc/sword/Makefile       Mon May 22 23:40:22 2017 +0000
+++ b/misc/sword/Makefile       Mon May 22 23:40:42 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2017/04/30 01:21:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2017/05/22 23:40:42 joerg Exp $
 #
 
 DISTNAME=      sword-1.7.4
@@ -14,7 +14,7 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 USE_TOOLS+=    pkg-config gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 
 CONFIGURE_ARGS+=       --with-clucene=${BUILDLINK_PREFIX.libclucene}
 



Home | Main Index | Thread Index | Old Index