pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-desmume



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon May 20 10:32:32 UTC 2019

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

Log Message:
libretro-desmume: Don't define __STDC_FORMAT_MACROS, this uses C++11.

Set USE_LANGUAGES to the proper value instead, so redefining the macro
isn't needed.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/libretro-desmume/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-desmume/Makefile
diff -u pkgsrc/emulators/libretro-desmume/Makefile:1.9 pkgsrc/emulators/libretro-desmume/Makefile:1.10
--- pkgsrc/emulators/libretro-desmume/Makefile:1.9      Sun May 12 09:49:39 2019
+++ pkgsrc/emulators/libretro-desmume/Makefile  Mon May 20 10:32:32 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2019/05/12 09:49:39 nia Exp $
+# $NetBSD: Makefile,v 1.10 2019/05/20 10:32:32 nia Exp $
 
 DISTNAME=      libretro-desmume-20190426
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libretro/}
 GITHUB_PROJECT=        desmume
@@ -16,12 +16,10 @@ EXTRACT_USING=      bsdtar
 BUILD_DIRS=    desmume/src/frontend/libretro
 MAKE_FILE=     Makefile.libretro
 USE_TOOLS+=    gmake
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c99 gnu++11
 
 .include "../../mk/bsd.prefs.mk"
 
-CXXFLAGS+=     -D__STDC_FORMAT_MACROS
-
 .if !empty(MACHINE_ARCH:M*arm*)
 CXXFLAGS+=     -marm
 CXXFLAGS+=     -DUSE_POSIX_MEMALIGN -D__RETRO_ARM__



Home | Main Index | Thread Index | Old Index