svn commit: r411019 - head/Mk

Jan Beich jbeich at FreeBSD.org
Sun Mar 13 19:13:09 UTC 2016


Author: jbeich
Date: Sun Mar 13 19:13:07 2016
New Revision: 411019
URL: https://svnweb.freebsd.org/changeset/ports/411019

Log:
  www/firefox: limit r410973 to OSVERSION before the fix
  
  PR:		207837

Modified:
  head/Mk/bsd.gecko.mk   (contents, props changed)

Modified: head/Mk/bsd.gecko.mk
==============================================================================
--- head/Mk/bsd.gecko.mk	Sun Mar 13 19:01:49 2016	(r411018)
+++ head/Mk/bsd.gecko.mk	Sun Mar 13 19:13:07 2016	(r411019)
@@ -304,7 +304,8 @@ CFLAGS+=		-O3
 MOZ_EXPORT+=	MOZ_OPTIMIZE_FLAGS="${CFLAGS:M-O*}"
 MOZ_OPTIONS+=	--enable-optimize
 .else
-. if ${MOZILLA_VER:R:R} >= 45 && ${OSREL:R} == 10 && ${ARCH} == i386
+. if ${MOZILLA_VER:R:R} >= 45 && ${ARCH} == i386 && \
+  (${OSVERSION} >= 1000000 && ${OSVERSION} < 1003501)
 USES:=			compiler:c++14-lang ${USES:Ncompiler*c++11*} # XXX ports/207837
 . endif
 MOZ_OPTIONS+=	--disable-optimize


More information about the svn-ports-all mailing list