pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jul  6 12:06:46 UTC 2023

Modified Files:
        pkgsrc/x11/gtk3: Makefile

Log Message:
gtk3: Darwin needs built libraries at install time.


To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 pkgsrc/x11/gtk3/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.185 pkgsrc/x11/gtk3/Makefile:1.186
--- pkgsrc/x11/gtk3/Makefile:1.185      Tue Jun  6 10:40:25 2023
+++ pkgsrc/x11/gtk3/Makefile    Thu Jul  6 12:06:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.185 2023/06/06 10:40:25 adam Exp $
+# $NetBSD: Makefile,v 1.186 2023/07/06 12:06:46 jperkin Exp $
 
 DISTNAME=      gtk+-3.24.38
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
@@ -27,6 +27,8 @@ MESON_ARGS+=  --sysconfdir=${PREFIX}/libd
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--export-dynamic
 
+MAKE_ENV.Darwin+=      DYLD_LIBRARY_PATH=${WRKSRC}/output/gdk:${WRKSRC}/output/gtk
+
 # There is no logic in gettext.mk to detect the native version of xgettext,
 # and we do need it to be compiled with Glade support.
 _TOOLS_USE_PKGSRC.xgettext=    yes



Home | Main Index | Thread Index | Old Index