aboutsummaryrefslogtreecommitdiff
path: root/emulators/mupen64plus-rsp-cxd4
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-27 01:00:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-27 01:00:08 +0000
commitecb9d9eb33524e035af6fdc42b6c90e5087a2cdd (patch)
tree7c2e4527302f1cae7620e5829403009cf770fcb9 /emulators/mupen64plus-rsp-cxd4
parentb5635a506187316f6a6fb7246d66af1928c43630 (diff)
downloadports-ecb9d9eb33524e035af6fdc42b6c90e5087a2cdd.tar.gz
ports-ecb9d9eb33524e035af6fdc42b6c90e5087a2cdd.zip
- Fix mupen64plus-rsp-cxd4 on 9.x by requiring newer compiler, as old gcc segfaults
Submitted by: pkg-fallout Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=390682
Diffstat (limited to 'emulators/mupen64plus-rsp-cxd4')
-rw-r--r--emulators/mupen64plus-rsp-cxd4/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mupen64plus-rsp-cxd4/Makefile b/emulators/mupen64plus-rsp-cxd4/Makefile
index 99f7ca2db5da..7cca343516d5 100644
--- a/emulators/mupen64plus-rsp-cxd4/Makefile
+++ b/emulators/mupen64plus-rsp-cxd4/Makefile
@@ -15,7 +15,8 @@ MASTERDIR= ${.CURDIR}/../mupen64plus-core
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