Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 23:16:27 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r332422 - head/www/firefox
Message-ID:  <201311012316.rA1NGRRH098251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Fri Nov  1 23:16:27 2013
New Revision: 332422
URL: http://svnweb.freebsd.org/changeset/ports/332422

Log:
  The previous commit fixed one mismerge and introduced another. Put a needed
  check for i386 on 9.x back in.
  
  Pointhat to:	flo

Modified:
  head/www/firefox/Makefile

Modified: head/www/firefox/Makefile
==============================================================================
--- head/www/firefox/Makefile	Fri Nov  1 23:12:00 2013	(r332421)
+++ head/www/firefox/Makefile	Fri Nov  1 23:16:27 2013	(r332422)
@@ -53,6 +53,10 @@ MOZ_OPTIONS=	--program-transform-name='s
 
 WRKSRC:=	${WRKDIR}/mozilla-release
 
+.if ${ARCH} == i386 && ${OSVERSION} < 1000000
+USE_GCC?=	yes
+.endif
+
 post-extract:
 	@${SED} -e 's|@FIREFOX_ICON@|${FIREFOX_ICON}|' -e 's|@MOZILLA@|${MOZILLA}|' \
 		-e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|' \



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