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/82147d2a5447
branches:  trunk
changeset: 313587:82147d2a5447
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 be1a4b5fab7a -r 82147d2a5447 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