diff options
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r-- | graphics/gegl/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index b95d878c53a..3889f0a52a2 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2022/03/05 13:17:42 tnn Exp $ +# $NetBSD: Makefile,v 1.103 2022/03/24 00:02:25 tnn Exp $ DISTNAME= gegl-0.4.36 CATEGORIES= graphics @@ -39,6 +39,11 @@ PLIST_VARS+= x86_64 PLIST.x86_64= yes .endif +PLIST_VARS+= neon +.if !empty(MACHINE_ARCH:Mearmv[67]*) +PLIST.neon= yes +.endif + # ../gegl/opencl/gegl-cl-color.c:32:10: fatal error: opencl/colors.cl.h: No such file or directory # race condition in meson? pre-build: |