pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gdk-pixbuf2 gdk-pixbuf2: fix building on Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90214f1f859f
branches:  trunk
changeset: 458686:90214f1f859f
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Sep 19 16:05:15 2021 +0000

description:
gdk-pixbuf2: fix building on Darwin

diffstat:

 graphics/gdk-pixbuf2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aba27a17bc77 -r 90214f1f859f graphics/gdk-pixbuf2/Makefile
--- a/graphics/gdk-pixbuf2/Makefile     Sun Sep 19 15:35:40 2021 +0000
+++ b/graphics/gdk-pixbuf2/Makefile     Sun Sep 19 16:05:15 2021 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index