diff options
author | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-07-18 00:06:10 +0000 |
commit | bae5dd3629cc3af3c32704ae265c254292cdfa4c (patch) | |
tree | 7e4d25c84ede1a3fcebe215c3f01100d788ebc1d /editors | |
parent | 326ab0d6a49ec909b08e6e00df15fd7158bc5147 (diff) | |
download | pkgsrc-bae5dd3629cc3af3c32704ae265c254292cdfa4c.tar.gz |
Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/abiword/Makefile | 4 | ||||
-rw-r--r-- | editors/yudit/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index cb6e1ede6f9..269bff544ef 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.174 2018/04/29 21:31:20 adam Exp $ +# $NetBSD: Makefile,v 1.175 2018/07/18 00:06:13 joerg Exp $ .include "Makefile.common" DISTNAME= abiword-${ABIVERSION} @@ -18,7 +18,7 @@ DEPENDS+= adwaita-icon-theme>0:../../graphics/adwaita-icon-theme GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= autoconf automake gmake pkg-config -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 CONFIGURE_ARGS+= --disable-default-plugins #do not build any plugins by default CONFIGURE_ARGS+= --enable-spell # (Gtk+ only) include spell checking support diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile index 56cc2dd4f53..148cbc8f97d 100644 --- a/editors/yudit/Makefile +++ b/editors/yudit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2012/10/03 11:43:48 asau Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/18 00:06:14 joerg Exp $ DISTNAME= yudit-2.9.2 CATEGORIES= editors @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 MAKE_JOBS_SAFE= no -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 USE_TOOLS+= gmake msgmerge GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-x |