pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc
Module Name: pkgsrc
Committed By: nia
Date: Thu Jul 6 07:24:27 UTC 2023
Modified Files:
pkgsrc/textproc/enchant: Makefile
pkgsrc/textproc/enchant2: Makefile
Log Message:
enchant[2]: assumes compiler defaults to c++11 (esp. when including
hunspell headers)
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/textproc/enchant/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/textproc/enchant2/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/enchant/Makefile
diff -u pkgsrc/textproc/enchant/Makefile:1.44 pkgsrc/textproc/enchant/Makefile:1.45
--- pkgsrc/textproc/enchant/Makefile:1.44 Wed Dec 8 16:02:41 2021
+++ pkgsrc/textproc/enchant/Makefile Thu Jul 6 07:24:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2021/12/08 16:02:41 adam Exp $
+# $NetBSD: Makefile,v 1.45 2023/07/06 07:24:26 nia Exp $
#
DISTNAME= enchant-1.6.0
@@ -12,7 +12,7 @@ COMMENT= Generic spell checking library
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= pkg-config autoconf
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
Index: pkgsrc/textproc/enchant2/Makefile
diff -u pkgsrc/textproc/enchant2/Makefile:1.25 pkgsrc/textproc/enchant2/Makefile:1.26
--- pkgsrc/textproc/enchant2/Makefile:1.25 Tue Jun 6 07:55:24 2023
+++ pkgsrc/textproc/enchant2/Makefile Thu Jul 6 07:24:26 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2023/06/06 07:55:24 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2023/07/06 07:24:26 nia Exp $
DISTNAME= enchant-2.5.0
PKGNAME= ${DISTNAME:S/enchant/enchant2/}
@@ -13,7 +13,7 @@ COMMENT= Generic spell checking library
LICENSE= gnu-lgpl-v2.1
USE_TOOLS+= autoconf groff pkg-config
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= enchant.pc.in
Home |
Main Index |
Thread Index |
Old Index