pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-bluemsx libretro-bluemsx: USE_LANGU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/35ad651a03f1
branches: trunk
changeset: 323963:35ad651a03f1
user: nia <nia%pkgsrc.org@localhost>
date: Wed Oct 03 12:48:44 2018 +0000
description:
libretro-bluemsx: USE_LANGUAGES=c++03. Fix build with clang 7.
diffstat:
emulators/libretro-bluemsx/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9b9c14493fa2 -r 35ad651a03f1 emulators/libretro-bluemsx/Makefile
--- a/emulators/libretro-bluemsx/Makefile Wed Oct 03 12:21:54 2018 +0000
+++ b/emulators/libretro-bluemsx/Makefile Wed Oct 03 12:48:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/10/02 21:09:29 nia Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/03 12:48:44 nia Exp $
DISTNAME= libretro-bluemsx-20180811
CATEGORIES= emulators
@@ -14,7 +14,7 @@
EXTRACT_USING= bsdtar
MAKE_FILE= Makefile.libretro
USE_TOOLS+= gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
MAKE_FLAGS+= GIT_VERSION="-pkgsrc"
Home |
Main Index |
Thread Index |
Old Index