aboutsummaryrefslogtreecommitdiff
path: root/graphics/gegl
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2020-01-02 08:18:44 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2020-01-02 08:18:44 +0000
commit0d54696f56c4437421c21744fb59eb073ac34f3d (patch)
tree7474805f738b3e7a011a55a6f3b4000c593536f0 /graphics/gegl
parentd1f6b220b91b731cc167a1ad00fc9bde71b6eef3 (diff)
downloadports-0d54696f56c4437421c21744fb59eb073ac34f3d.tar.gz
ports-0d54696f56c4437421c21744fb59eb073ac34f3d.zip
Add an upstream patch to better detect cpu.
This fixes build for arm and arm64 at least Reported by: many
Notes
Notes: svn path=/head/; revision=521802
Diffstat (limited to 'graphics/gegl')
-rw-r--r--graphics/gegl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile
index 068a0549d97a..5f559498cc0e 100644
--- a/graphics/gegl/Makefile
+++ b/graphics/gegl/Makefile
@@ -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 \