pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/xapian
Module Name: pkgsrc
Committed By: schmonz
Date: Mon May 8 12:02:16 UTC 2017
Modified Files:
pkgsrc/textproc/xapian: Makefile
Log Message:
Needs C++11.
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/xapian/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/xapian/Makefile
diff -u pkgsrc/textproc/xapian/Makefile:1.28 pkgsrc/textproc/xapian/Makefile:1.29
--- pkgsrc/textproc/xapian/Makefile:1.28 Sun Jan 1 10:40:49 2017
+++ pkgsrc/textproc/xapian/Makefile Mon May 8 12:02:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/01 10:40:49 schmonz Exp $
+# $NetBSD: Makefile,v 1.29 2017/05/08 12:02:16 schmonz Exp $
DISTNAME= xapian-core-${VERSION}
VERSION= 1.4.2
@@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
TEST_TARGET= check
Home |
Main Index |
Thread Index |
Old Index