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 /games/einstein-puzzle | |
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 'games/einstein-puzzle')
-rw-r--r-- | games/einstein-puzzle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/einstein-puzzle/Makefile b/games/einstein-puzzle/Makefile index af2d7605ff8..c92980d7e83 100644 --- a/games/einstein-puzzle/Makefile +++ b/games/einstein-puzzle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2016/09/29 12:09:48 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2018/07/18 00:06:16 joerg Exp $ DISTNAME= einstein-puzzle-2.1.1 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/lksj/einstein-puzzle/ COMMENT= Computer implementation of a puzzle invented by Albert Einstein LICENSE= gnu-gpl-v2 -USE_LANGUAGES= c++ +USE_LANGUAGES= c++03 MAKE_FLAGS+= PREFIX=${PREFIX} |