svn commit: r556720 - head/www/chromium

Antoine Brodin antoine at FreeBSD.org
Tue Dec 1 07:12:50 UTC 2020


Author: antoine
Date: Tue Dec  1 07:12:50 2020
New Revision: 556720
URL: https://svnweb.freebsd.org/changeset/ports/556720

Log:
  Unbreak INDEX

Modified:
  head/www/chromium/Makefile

Modified: head/www/chromium/Makefile
==============================================================================
--- head/www/chromium/Makefile	Tue Dec  1 07:12:04 2020	(r556719)
+++ head/www/chromium/Makefile	Tue Dec  1 07:12:50 2020	(r556720)
@@ -98,10 +98,6 @@ INSTALLS_ICONS=	yes
 
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-clang
 
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000
-EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-build_config_compiler_pgo_pgo.gni
-.endif
-
 # TODO bz@ : install libwidevinecdm.so (see third_party/widevine/cdm/BUILD.gn)
 #
 # Run "./out/${BUILDTYPE}/gn args out/${BUILDTYPE} --list" for all variables.
@@ -207,6 +203,10 @@ TEST_DISTFILES=		${PORTNAME}-${DISTVERSION}-testdata${
 			test_fonts-85${EXTRACT_SUFX}:fonts
 
 .include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-build_config_compiler_pgo_pgo.gni
+.endif
 
 # swiftshader/lib/{libEGL.so,libGLESv2.so} is x86 only
 .if ${ARCH} == aarch64


More information about the svn-ports-head mailing list