pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/orc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov 27 11:27:25 UTC 2021

Modified Files:
        pkgsrc/devel/orc: Makefile

Log Message:
orc: fix for Darwin 12


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/orc/Makefile

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

Modified files:

Index: pkgsrc/devel/orc/Makefile
diff -u pkgsrc/devel/orc/Makefile:1.19 pkgsrc/devel/orc/Makefile:1.20
--- pkgsrc/devel/orc/Makefile:1.19      Mon Apr 12 11:22:42 2021
+++ pkgsrc/devel/orc/Makefile   Sat Nov 27 11:27:25 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2021/04/12 11:22:42 nia Exp $
+# $NetBSD: Makefile,v 1.20 2021/11/27 11:27:25 adam Exp $
 
 DISTNAME=      orc-0.4.32
 CATEGORIES=    devel
@@ -15,6 +15,8 @@ PKGCONFIG_OVERRIDE+=          output/meson-priva
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
 
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
+# For Darwin
+MAKE_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/${PKGBASE}
 
 MESON_ARGS+=   -Dgtk_doc=disabled
 



Home | Main Index | Thread Index | Old Index