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 /shells | |
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 'shells')
-rw-r--r-- | shells/fish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/fish/Makefile b/shells/fish/Makefile index 3a598210bc1..b8157bd4b9d 100644 --- a/shells/fish/Makefile +++ b/shells/fish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/12/30 05:35:54 maya Exp $ +# $NetBSD: Makefile,v 1.17 2018/07/18 00:06:23 joerg Exp $ DISTNAME= fish-2.7.1 CATEGORIES= shells @@ -14,7 +14,7 @@ EXTRACT_USING= gtar WRKSRC= ${WRKDIR}/fish-shell-${PKGVERSION_NOREV} -USE_LANGUAGES+= c c++ +USE_LANGUAGES+= c c++03 USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |