diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-27 01:00:08 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-27 01:00:08 +0000 |
commit | ecb9d9eb33524e035af6fdc42b6c90e5087a2cdd (patch) | |
tree | 7c2e4527302f1cae7620e5829403009cf770fcb9 | |
parent | b5635a506187316f6a6fb7246d66af1928c43630 (diff) | |
download | ports-ecb9d9eb33524e035af6fdc42b6c90e5087a2cdd.tar.gz ports-ecb9d9eb33524e035af6fdc42b6c90e5087a2cdd.zip |
Notes
-rw-r--r-- | emulators/mupen64plus-core/Makefile | 2 | ||||
-rw-r--r-- | emulators/mupen64plus-rsp-cxd4/Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/mupen64plus-core/Makefile b/emulators/mupen64plus-core/Makefile index c80d606cb20a..5414931e8568 100644 --- a/emulators/mupen64plus-core/Makefile +++ b/emulators/mupen64plus-core/Makefile @@ -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 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 |