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/678e2728248a
branches:  trunk
changeset: 313588:678e2728248a
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 82147d2a5447 -r 678e2728248a 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