diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
commit | 2f92a0b6816e119730088fbed2fefb6899f8f5e8 (patch) | |
tree | 3227fbccd5151313d9f19e0d8fa9d2c770c0daa3 /emulators/dolphin-emu/Makefile | |
parent | 463757bb4204f9261abc4167a7ad76d43e735227 (diff) |
Notes
Diffstat (limited to 'emulators/dolphin-emu/Makefile')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 098dd6a59815..c358b2fbd466 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -28,12 +28,11 @@ USE_WX= 2.9+ WX_UNICODE= yes USE_GL= gl glew glu -USE_DOS2UNIX= yes -DOS2UNIX_REGEX= .*\.(h|c|cpp) - USE_GCC= yes -USES= cmake pkgconfig iconv +USES= dos2unix cmake pkgconfig iconv +DOS2UNIX_REGEX= .*\.(h|c|cpp) + CMAKE_BUILD_TYPE= Release # Disable ALSA (emulated) and ao (buggy) CMAKE_ARGS+= -DOPENMP:BOOL=OFF \ |