pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-nestopia libretro-nestopia: Append ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ae619c706317
branches: trunk
changeset: 335690:ae619c706317
user: nia <nia%pkgsrc.org@localhost>
date: Fri Jun 28 19:14:08 2019 +0000
description:
libretro-nestopia: Append to CXXFLAGS instead of CFLAGS.
diffstat:
emulators/libretro-nestopia/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b47693bea0a9 -r ae619c706317 emulators/libretro-nestopia/Makefile
--- a/emulators/libretro-nestopia/Makefile Fri Jun 28 19:11:11 2019 +0000
+++ b/emulators/libretro-nestopia/Makefile Fri Jun 28 19:14:08 2019 +0000
@@ -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_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