pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-bluemsx



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Oct  3 12:48:44 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-bluemsx: Makefile

Log Message:
libretro-bluemsx: 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-bluemsx/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-bluemsx/Makefile
diff -u pkgsrc/emulators/libretro-bluemsx/Makefile:1.2 pkgsrc/emulators/libretro-bluemsx/Makefile:1.3
--- pkgsrc/emulators/libretro-bluemsx/Makefile:1.2      Tue Oct  2 21:09:29 2018
+++ pkgsrc/emulators/libretro-bluemsx/Makefile  Wed Oct  3 12:48:44 2018
@@ -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 @@ LICENSE=      gnu-gpl-v2
 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