pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/openmsx openmsx: make g++ the default case.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ce3c155c2743
branches: trunk
changeset: 335868:ce3c155c2743
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jul 02 08:31:02 2019 +0000
description:
openmsx: make g++ the default case.
diffstat:
emulators/openmsx/Makefile | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (23 lines):
diff -r d4b5af1a6417 -r ce3c155c2743 emulators/openmsx/Makefile
--- a/emulators/openmsx/Makefile Tue Jul 02 07:52:15 2019 +0000
+++ b/emulators/openmsx/Makefile Tue Jul 02 08:31:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/06/17 15:23:34 nia Exp $
+# $NetBSD: Makefile,v 1.56 2019/07/02 08:31:02 nia Exp $
DISTNAME= openmsx-0.15.0
CATEGORIES= emulators
@@ -44,12 +44,9 @@
.if !empty(PKGSRC_COMPILER:Mclang)
cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=clang++ \
${GMAKE} -f build/main.mk probe
-.elif !empty(PKGSRC_COMPILER:Mgcc)
+.else
cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=g++ \
${GMAKE} -f build/main.mk probe
-.else
- cd ${WRKSRC} && ${CONFIGURE_ENV} \
- ${GMAKE} -f build/main.mk probe
.endif
post-extract:
Home |
Main Index |
Thread Index |
Old Index