pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/libretro-beetle-ngp



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 12:21:54 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-beetle-ngp: Makefile

Log Message:
libretro-beetle-ngp: USE_LANGUAGES=c++03. Fix build with clang 7.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/libretro-beetle-ngp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libretro-beetle-ngp/Makefile
diff -u pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.2 pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.3
--- pkgsrc/emulators/libretro-beetle-ngp/Makefile:1.2   Tue Oct  2 21:09:28 2018
+++ pkgsrc/emulators/libretro-beetle-ngp/Makefile       Wed Oct  3 12:21:54 2018
@@ -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 Medn
 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