pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/gdk-pixbuf2
Module Name: pkgsrc
Committed By: adam
Date: Sun Sep 19 16:05:15 UTC 2021
Modified Files:
pkgsrc/graphics/gdk-pixbuf2: Makefile
Log Message:
gdk-pixbuf2: fix building on Darwin
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/graphics/gdk-pixbuf2/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/gdk-pixbuf2/Makefile
diff -u pkgsrc/graphics/gdk-pixbuf2/Makefile:1.48 pkgsrc/graphics/gdk-pixbuf2/Makefile:1.49
--- pkgsrc/graphics/gdk-pixbuf2/Makefile:1.48 Sun Sep 19 08:06:20 2021
+++ pkgsrc/graphics/gdk-pixbuf2/Makefile Sun Sep 19 16:05:15 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index