Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 2013 08:19:55 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r331835 - head/emulators/dolphin-emu
Message-ID:  <201310280819.r9S8Jt23061408@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310280819.r9S8Jt23061408>