[Midnightbsd-cvs] mports [23467] trunk/emulators/pearpc/Makefile: require gcc

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu May 10 12:44:02 EDT 2018


Revision: 23467
          http://svnweb.midnightbsd.org/mports/?rev=23467
Author:   laffer1
Date:     2018-05-10 12:44:01 -0400 (Thu, 10 May 2018)
Log Message:
-----------
require gcc

Modified Paths:
--------------
    trunk/emulators/pearpc/Makefile

Modified: trunk/emulators/pearpc/Makefile
===================================================================
--- trunk/emulators/pearpc/Makefile	2018-05-10 16:41:39 UTC (rev 23466)
+++ trunk/emulators/pearpc/Makefile	2018-05-10 16:44:01 UTC (rev 23467)
@@ -14,6 +14,9 @@
 GNU_CONFIGURE=	yes
 SUB_FILES=	pkg-message
 
+USE_GCC=	yes
+USE_CXXSTD=	gnu++03
+
 MAN1=		ppc.1
 
 PLIST_FILES=	bin/ppc etc/ppccfg.example %%DATADIR%%/video.x



More information about the Midnightbsd-cvs mailing list