diff options
author | adam <adam@pkgsrc.org> | 2021-10-01 16:31:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-10-01 16:31:27 +0000 |
commit | 63da22f1f8629b2b9664bf8a040e2534b6e2037d (patch) | |
tree | e3dad5ac38263264b32cdff12cb7031247c9292d /graphics | |
parent | 820aca0d4a673e698c2dc236978ac8dfa60d90b3 (diff) | |
download | pkgsrc-63da22f1f8629b2b9664bf8a040e2534b6e2037d.tar.gz |
gegl: fix for Darwin
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 13ff0a77f11..2e873f9e332 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.97 2021/10/01 14:28:07 ryoon Exp $ +# $NetBSD: Makefile,v 1.98 2021/10/01 16:31:27 adam Exp $ DISTNAME= gegl-0.4.32 CATEGORIES= graphics -MASTER_SITES= https://download.gimp.org/pub/gegl/0.4/ +MASTER_SITES= https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/ EXTRACT_SUFX= .tar.xz MAINTAINER= adam@NetBSD.org @@ -19,6 +19,9 @@ MESON_ARGS+= -Ddocs=false USE_LANGUAGES= c c++ USE_TOOLS+= bash pkg-config xgettext +MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gegl +# For Darwin +MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/gegl PKGCONFIG_OVERRIDE+= gegl.pc.in |