svn commit: r390682 - in head/emulators: mupen64plus-core mupen64plus-rsp-cxd4

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Jun 27 01:00:09 UTC 2015


Author: amdmi3
Date: Sat Jun 27 01:00:08 2015
New Revision: 390682
URL: https://svnweb.freebsd.org/changeset/ports/390682

Log:
  - Fix mupen64plus-rsp-cxd4 on 9.x by requiring newer compiler, as old gcc segfaults
  
  Submitted by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/emulators/mupen64plus-core/Makefile
  head/emulators/mupen64plus-rsp-cxd4/Makefile

Modified: head/emulators/mupen64plus-core/Makefile
==============================================================================
--- head/emulators/mupen64plus-core/Makefile	Sat Jun 27 00:35:25 2015	(r390681)
+++ head/emulators/mupen64plus-core/Makefile	Sat Jun 27 01:00:08 2015	(r390682)
@@ -15,7 +15,7 @@ MAINTAINER?=	acm at FreeBSD.org
 COMMENT?=	Fork of Mupen64 Nintendo 64 emulator
 
 #PROJECTHOST=	bsdistfiles
-USES=		gmake pkgconfig
+USES+=		gmake pkgconfig
 USE_GL?=	yes
 USE_SDL?=	sdl2
 USE_LDCONFIG?=	yes

Modified: head/emulators/mupen64plus-rsp-cxd4/Makefile
==============================================================================
--- head/emulators/mupen64plus-rsp-cxd4/Makefile	Sat Jun 27 00:35:25 2015	(r390681)
+++ head/emulators/mupen64plus-rsp-cxd4/Makefile	Sat Jun 27 01:00:08 2015	(r390682)
@@ -15,7 +15,8 @@ MASTERDIR=	${.CURDIR}/../mupen64plus-cor
 
 OPTIONS_DEFINE=	#
 
-MAKE_ENV+=	SSE=none	
+USES+=		compiler:c++11-lang
+MAKE_ENV+=	SSE=none
 CFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-head mailing list