svn commit: r331835 - head/emulators/dolphin-emu
Ganael LAPLANCHE
martymac at FreeBSD.org
Mon Oct 28 08:19:55 UTC 2013
Author: martymac
Date: Mon Oct 28 08:19:55 2013
New Revision: 331835
URL: http://svnweb.freebsd.org/changeset/ports/331835
Log:
Do not specify GCC version in USE_GCC.
(this change has been introduced by mistake in my previous commit)
Submitted by: gerald
Modified:
head/emulators/dolphin-emu/Makefile
Modified: head/emulators/dolphin-emu/Makefile
==============================================================================
--- head/emulators/dolphin-emu/Makefile Mon Oct 28 07:04:10 2013 (r331834)
+++ head/emulators/dolphin-emu/Makefile Mon Oct 28 08:19:55 2013 (r331835)
@@ -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
More information about the svn-ports-all
mailing list