pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-Hunspell



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Sep  1 09:49:28 UTC 2023

Modified Files:
        pkgsrc/textproc/p5-Text-Hunspell: Makefile

Log Message:
p5-Text-Hunspell: Hunspell headers require C++11, minimum.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/p5-Text-Hunspell/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/p5-Text-Hunspell/Makefile
diff -u pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.19 pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.20
--- pkgsrc/textproc/p5-Text-Hunspell/Makefile:1.19      Thu Jul  6 09:41:52 2023
+++ pkgsrc/textproc/p5-Text-Hunspell/Makefile   Fri Sep  1 09:49:28 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2023/07/06 09:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2023/09/01 09:49:28 nia Exp $
 
 DISTNAME=      Text-Hunspell-2.16
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,10 @@ TOOL_DEPENDS+=       p5-Alien-Hunspell-[0-9]*:
 
 USE_LANGUAGES=         c c++
 
+# Mostly needed due to hunspell headers making c++98 default unacceptable.
+FORCE_CXX_STD=         c++11
+USE_CXX_FEATURES+=     c++11
+
 PERL5_PACKLIST=        auto/Text/Hunspell/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index