Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2013 19:01:38 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1306 - trunk/Mk
Message-ID:  <201308051901.r75J1c95020477@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Aug  5 19:01:38 2013
New Revision: 1306

Log:
backout r1303, gcc-any is only true for -esr17 ports

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Mon Aug  5 17:16:32 2013	(r1305)
+++ trunk/Mk/bsd.gecko.mk	Mon Aug  5 19:01:38 2013	(r1306)
@@ -757,7 +757,7 @@
 .endif
 
 .if ${PORT_OPTIONS:MPGO}
-USE_GCC?=	any
+USE_GCC?=	yes
 USE_DISPLAY=yes
 
 .undef GNU_CONFIGURE



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