Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2020 17:19:46 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555773 - head/graphics/jpeg-xl
Message-ID:  <202011201719.0AKHJkAp007101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 20 17:19:45 2020
New Revision: 555773
URL: https://svnweb.freebsd.org/changeset/ports/555773

Log:
  graphics/jpeg-xl: don't split GL_ variables

Modified:
  head/graphics/jpeg-xl/Makefile   (contents, props changed)

Modified: head/graphics/jpeg-xl/Makefile
==============================================================================
--- head/graphics/jpeg-xl/Makefile	Fri Nov 20 17:14:02 2020	(r555772)
+++ head/graphics/jpeg-xl/Makefile	Fri Nov 20 17:19:45 2020	(r555773)
@@ -20,13 +20,13 @@ USES=		cmake compiler:c++11-lib pkgconfig shared-mime-
 USE_GITHUB=	nodefault
 USE_GITLAB=	yes
 USE_LDCONFIG=	yes
-GL_ACCOUNT=	wg1
 GH_TUPLE=	barmco:skcms:6437475:skcms/third_party/skcms \
 		google:brunsli:v0.1-54-gde6768b:brunsli/third_party/brunsli \
 		google:highway:94a72d0:highway/third_party/highway \
 		lvandeve:lodepng:48e5364:lodepng/third_party/lodepng \
 		webmproject:sjpeg:868ab55:sjpeg/third_party/sjpeg \
 		${NULL}
+GL_ACCOUNT=	wg1
 GL_COMMIT=	d5ab3c6caef17c1db6fd90c4b00b5845a0ac8339
 CMAKE_ON=	JPEGXL_ENABLE_PLUGINS
 CMAKE_OFF=	JPEGXL_WARNINGS_AS_ERRORS ${BENCHMARK FUZZERS TCMALLOC:L:S/^/JPEGXL_ENABLE_/}



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