summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2013-10-28 08:19:55 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2013-10-28 08:19:55 +0000
commitd3ecfdaad6c9be3e547a86c59d9a3f953d2ca0b8 (patch)
treebca0996123cd153c7ee4b4f000845d77b1ad2453 /emulators
parent- Cancel the vuxml entry correctly (diff)
Do not specify GCC version in USE_GCC.
(this change has been introduced by mistake in my previous commit) Submitted by: gerald
Notes
Notes: svn path=/head/; revision=331835
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile2
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