pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-beetle-ngp libretro-beetle-ngp: USE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9b9c14493fa2
branches: trunk
changeset: 323962:9b9c14493fa2
user: nia <nia%pkgsrc.org@localhost>
date: Wed Oct 03 12:21:54 2018 +0000
description:
libretro-beetle-ngp: USE_LANGUAGES=c++03. Fix build with clang 7.
diffstat:
emulators/libretro-beetle-ngp/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d397be426bf4 -r 9b9c14493fa2 emulators/libretro-beetle-ngp/Makefile
--- a/emulators/libretro-beetle-ngp/Makefile Wed Oct 03 11:51:04 2018 +0000
+++ b/emulators/libretro-beetle-ngp/Makefile Wed Oct 03 12:21:54 2018 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index