pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/openmsx



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  2 08:31:02 UTC 2019

Modified Files:
        pkgsrc/emulators/openmsx: Makefile

Log Message:
openmsx: make g++ the default case.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/emulators/openmsx/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/openmsx/Makefile
diff -u pkgsrc/emulators/openmsx/Makefile:1.55 pkgsrc/emulators/openmsx/Makefile:1.56
--- pkgsrc/emulators/openmsx/Makefile:1.55      Mon Jun 17 15:23:34 2019
+++ pkgsrc/emulators/openmsx/Makefile   Tue Jul  2 08:31:02 2019
@@ -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,11 +44,8 @@ do-configure:
 .if !empty(PKGSRC_COMPILER:Mclang)
        cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=clang++ \
            ${GMAKE} -f build/main.mk probe
-.elif !empty(PKGSRC_COMPILER:Mgcc)
-       cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=g++ \
-           ${GMAKE} -f build/main.mk probe
 .else
-       cd ${WRKSRC} && ${CONFIGURE_ENV} \
+       cd ${WRKSRC} && ${CONFIGURE_ENV} CXX=g++ \
            ${GMAKE} -f build/main.mk probe
 .endif
 



Home | Main Index | Thread Index | Old Index