diff options
author | adam <adam@pkgsrc.org> | 2021-09-19 16:05:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-09-19 16:05:15 +0000 |
commit | 9eb607b19182d7dbb71a99e42b627e654d88101f (patch) | |
tree | 542b415c6b92338eb8f58092cd23cef538235e62 /graphics/gdk-pixbuf2 | |
parent | bf797475a6babb3e957386e369f6acb2088f2ced (diff) | |
download | pkgsrc-9eb607b19182d7dbb71a99e42b627e654d88101f.tar.gz |
gdk-pixbuf2: fix building on Darwin
Diffstat (limited to 'graphics/gdk-pixbuf2')
-rw-r--r-- | graphics/gdk-pixbuf2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile index 574213b81b8..954c7ce6536 100644 --- a/graphics/gdk-pixbuf2/Makefile +++ b/graphics/gdk-pixbuf2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2021/09/19 08:06:20 nia Exp $ +# $NetBSD: Makefile,v 1.49 2021/09/19 16:05:15 adam Exp $ DISTNAME= gdk-pixbuf-2.42.6 PKGNAME= ${DISTNAME:S/pixbuf/pixbuf2/} @@ -18,6 +18,8 @@ CONFLICTS+= gtk2+<2.22 USE_TOOLS+= pkg-config xgettext MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf +# For Darwin +MAKE_ENV+= DYLD_LIBRARY_PATH=${WRKSRC}/output/gdk-pixbuf MESON_ARGS+= -D installed_tests=false MESON_ARGS+= -D x11=false |