- Fix mupen64plus-rsp-cxd4 on 9.x by requiring newer compiler, as old gcc segfaults

Submitted by:	pkg-fallout
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-06-27 01:00:08 +00:00
parent b5635a5061
commit ecb9d9eb33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390682
2 changed files with 3 additions and 2 deletions

View file

@ -15,7 +15,7 @@ MAINTAINER?= acm@FreeBSD.org
COMMENT?= Fork of Mupen64 Nintendo 64 emulator COMMENT?= Fork of Mupen64 Nintendo 64 emulator
#PROJECTHOST= bsdistfiles #PROJECTHOST= bsdistfiles
USES= gmake pkgconfig USES+= gmake pkgconfig
USE_GL?= yes USE_GL?= yes
USE_SDL?= sdl2 USE_SDL?= sdl2
USE_LDCONFIG?= yes USE_LDCONFIG?= yes

View file

@ -15,7 +15,8 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core
OPTIONS_DEFINE= # OPTIONS_DEFINE= #
MAKE_ENV+= SSE=none USES+= compiler:c++11-lang
MAKE_ENV+= SSE=none
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME} CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib