pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-nestopia



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Jun 28 19:14:08 UTC 2019

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

Log Message:
libretro-nestopia: Append to CXXFLAGS instead of CFLAGS.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/libretro-nestopia/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-nestopia/Makefile
diff -u pkgsrc/emulators/libretro-nestopia/Makefile:1.4 pkgsrc/emulators/libretro-nestopia/Makefile:1.5
--- pkgsrc/emulators/libretro-nestopia/Makefile:1.4     Tue Oct  2 21:09:30 2018
+++ pkgsrc/emulators/libretro-nestopia/Makefile Fri Jun 28 19:14:08 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/10/02 21:09:30 nia Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/28 19:14:08 nia Exp $
 
 DISTNAME=      libretro-nestopia-1.49
 CATEGORIES=    emulators
@@ -17,7 +17,7 @@ USE_LANGUAGES=        c c++03
 USE_TOOLS+=    gmake
 
 MAKE_FLAGS+=   GIT_VERSION="-pkgsrc"
-CFLAGS+=       -DPREFIX=\"${PREFIX}\"
+CXXFLAGS+=     -DPREFIX=\"${PREFIX}\"
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-version-script=link.T
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,-no-undefined



Home | Main Index | Thread Index | Old Index