Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jan 2020 08:18:44 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521802 - head/graphics/gegl
Message-ID:  <202001020818.0028IiF6094261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Jan  2 08:18:44 2020
New Revision: 521802
URL: https://svnweb.freebsd.org/changeset/ports/521802

Log:
  Add an upstream patch to better detect cpu.
  
  This fixes build for arm and arm64 at least
  
  Reported by:	many

Modified:
  head/graphics/gegl/Makefile

Modified: head/graphics/gegl/Makefile
==============================================================================
--- head/graphics/gegl/Makefile	Thu Jan  2 08:12:50 2020	(r521801)
+++ head/graphics/gegl/Makefile	Thu Jan  2 08:18:44 2020	(r521802)
@@ -14,6 +14,8 @@ LICENSE_COMB=	multi
 LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
 LICENSE_FILE_LGPL3+ =	${WRKSRC}/COPYING.LESSER
 
+EXTRA_PATCHES=	${PATCHDIR}/cpu-detection.patch:-p1
+
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libbabl-0.1.so:x11/babl \
 		libjson-glib-1.0.so:devel/json-glib \



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