svn commit: r521802 - head/graphics/gegl

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 2 08:18:44 UTC 2020


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 \


More information about the svn-ports-all mailing list