pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/hunspell



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Aug  7 08:29:43 UTC 2018

Modified Files:
        pkgsrc/textproc/hunspell: Makefile

Log Message:
hunspell: Specify C++03.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/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/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.24 pkgsrc/textproc/hunspell/Makefile:1.25
--- pkgsrc/textproc/hunspell/Makefile:1.24      Wed May 23 22:06:49 2018
+++ pkgsrc/textproc/hunspell/Makefile   Tue Aug  7 08:29:43 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2018/05/23 22:06:49 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2018/08/07 08:29:43 jperkin Exp $
 
 DISTNAME=      hunspell-1.3.3
 PKGREVISION=   6
@@ -15,7 +15,7 @@ GNU_CONFIGURE=                yes
 USE_LIBTOOL=           yes
 USE_TOOLS+=            pkg-config perl:run
 USE_PKGLOCALEDIR=      yes
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++03
 
 CONFIGURE_ARGS+=       --with-ui
 



Home | Main Index | Thread Index | Old Index