diff options
author | kwm <kwm@FreeBSD.org> | 2017-05-16 05:43:29 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-05-16 05:43:29 +0800 |
commit | 9a4229ea2cf71e869231f013e273dcfdf25f7b6c (patch) | |
tree | 6e098b3834844b91f4057ae7599289ddb879bb4c /graphics/gegl | |
parent | 74e553033761fc4bbfd41c2057d7610b30c694f4 (diff) | |
download | freebsd-ports-gnome-9a4229ea2cf71e869231f013e273dcfdf25f7b6c.tar.gz freebsd-ports-gnome-9a4229ea2cf71e869231f013e273dcfdf25f7b6c.tar.zst freebsd-ports-gnome-9a4229ea2cf71e869231f013e273dcfdf25f7b6c.zip |
Mark broken on aarch64.
PR: 219111
Submitted by: linimon@
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 1934ad573421..854de3f91548 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -17,6 +17,8 @@ LICENSE_FILE_LGPL3+ = ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libbabl-0.1.so:x11/babl +BROKEN_aarch64= fails to build: gmake index.html: Segmentation fault in docs/gallery/ + # ignore new versions until we can replace this version with gegl 3.x PORTSCOUT= ignore:1 |