diff options
author | nia <nia@pkgsrc.org> | 2018-10-03 12:21:54 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2018-10-03 12:21:54 +0000 |
commit | f10f6ebe44e50c6839ddf7524b92ac46da6b17b6 (patch) | |
tree | 0c3d4c1f62190208e83882873ffd74a4d6c39917 /emulators | |
parent | 0d40533dee76549986803b69af1f075233d778fe (diff) | |
download | pkgsrc-f10f6ebe44e50c6839ddf7524b92ac46da6b17b6.tar.gz |
libretro-beetle-ngp: USE_LANGUAGES=c++03. Fix build with clang 7.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libretro-beetle-ngp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/libretro-beetle-ngp/Makefile b/emulators/libretro-beetle-ngp/Makefile index de6ce77626b..b119d3809ed 100644 --- a/emulators/libretro-beetle-ngp/Makefile +++ b/emulators/libretro-beetle-ngp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2018/10/02 21:09:28 nia Exp $ +# $NetBSD: Makefile,v 1.3 2018/10/03 12:21:54 nia Exp $ DISTNAME= libretro-beetle-ngp-20180720 CATEGORIES= emulators @@ -12,7 +12,7 @@ COMMENT= Libretro core based on the Mednafen Neo Geo Pocket emulator LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++03 MAKE_FLAGS+= GIT_VERSION="-pkgsrc" .include "../../mk/endian.mk" |