pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/sword



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon May 22 23:40:42 UTC 2017

Modified Files:
        pkgsrc/misc/sword: Makefile

Log Message:
Dependencies use C++11 in headers.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/misc/sword/Makefile

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

Modified files:

Index: pkgsrc/misc/sword/Makefile
diff -u pkgsrc/misc/sword/Makefile:1.11 pkgsrc/misc/sword/Makefile:1.12
--- pkgsrc/misc/sword/Makefile:1.11     Sun Apr 30 01:21:23 2017
+++ pkgsrc/misc/sword/Makefile  Mon May 22 23:40:42 2017
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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