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 /math/ppl/Makefile | |
| 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 'math/ppl/Makefile')
| -rw-r--r-- | math/ppl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/ppl/Makefile b/math/ppl/Makefile index 651d77383dc..0641f20f359 100644 --- a/math/ppl/Makefile +++ b/math/ppl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2018/01/28 16:24:14 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/18 00:06:21 joerg Exp $ DISTNAME= ppl-1.1 PKGREVISION= 4 @@ -15,7 +15,7 @@ USE_LIBTOOL= yes USE_TOOLS+= autoconf automake gmake perl DEPENDS+= gsed-[0-9]*:../../textproc/gsed -USE_LANGUAGES= c c++ +USE_LANGUAGES= c gnu++03 GNU_CONFIGURE= yes MAKE_ENV+= lt_cv_path_SED=${PREFIX}/bin/gsed |
