diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-25 21:27:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2016-11-25 21:27:37 +0000 |
commit | 659c9675167a3c3ed24bf778c639b43981cbcd33 (patch) | |
tree | 6bec6a78bb240300325bb4d68e84361f36406264 /emulators | |
parent | 59ec137ee077b0fa76051387411a98469f6ad75b (diff) | |
download | ports-659c9675167a3c3ed24bf778c639b43981cbcd33.tar.gz ports-659c9675167a3c3ed24bf778c639b43981cbcd33.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 42b3a36b18ed..50c498f294c4 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -85,9 +85,9 @@ NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON CMAKE_ARGS+= -DENABLE_GENERIC:BOOL=ON .endif -# When building with Gcc, needs Gcc 4.9+ +# When building with GCC, needs GCC 4.9+ .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 49 -USE_GCC= 4.9+ +USE_GCC= yes # Enable std::stoul() CXXFLAGS+= -D_GLIBCXX_USE_C99 # Enable log2f(), exp2f() and roundf() |