pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/orc orc: fix for Darwin 12



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbb486e89c35
branches:  trunk
changeset: 770199:bbb486e89c35
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Nov 27 11:27:25 2021 +0000

description:
orc: fix for Darwin 12

diffstat:

 devel/orc/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 46f0cb7998fc -r bbb486e89c35 devel/orc/Makefile
--- a/devel/orc/Makefile        Sat Nov 27 10:38:05 2021 +0000
+++ b/devel/orc/Makefile        Sat Nov 27 11:27:25 2021 +0000
@@ -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_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