diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-10-28 08:19:55 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-10-28 08:19:55 +0000 |
commit | d3ecfdaad6c9be3e547a86c59d9a3f953d2ca0b8 (patch) | |
tree | bca0996123cd153c7ee4b4f000845d77b1ad2453 /emulators/dolphin-emu | |
parent | c22ac3f4a68fcb7af8b197c1ac8a2a084972e21f (diff) |
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 6a7665e3bfbd..098dd6a59815 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -31,7 +31,7 @@ USE_GL= gl glew glu USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(h|c|cpp) -USE_GCC= 4.6+ +USE_GCC= yes USES= cmake pkgconfig iconv CMAKE_BUILD_TYPE= Release |