mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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:
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
|
@ -15,7 +15,7 @@ MAINTAINER?= acm@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
|
||||
|
|
|
@ -15,6 +15,7 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core
|
|||
|
||||
OPTIONS_DEFINE= #
|
||||
|
||||
USES+= compiler:c++11-lang
|
||||
MAKE_ENV+= SSE=none
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/${PORTNAME}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue