pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gegl gegl: fix for Darwin



details:   https://anonhg.NetBSD.org/pkgsrc/rev/452d79cab5f5
branches:  trunk
changeset: 459216:452d79cab5f5
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 01 16:31:27 2021 +0000

description:
gegl: fix for Darwin

diffstat:

 graphics/gegl/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c987f1111ec5 -r 452d79cab5f5 graphics/gegl/Makefile
--- a/graphics/gegl/Makefile    Fri Oct 01 16:14:48 2021 +0000
+++ b/graphics/gegl/Makefile    Fri Oct 01 16:31:27 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.97 2021/10/01 14:28:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.98 2021/10/01 16:31:27 adam Exp $
 
 DISTNAME=      gegl-0.4.32
 CATEGORIES=    graphics
-MASTER_SITES=  https://download.gimp.org/pub/gegl/0.4/
+MASTER_SITES=  https://download.gimp.org/pub/gegl/${PKGVERSION_NOREV:R}/
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    adam%NetBSD.org@localhost
@@ -19,6 +19,9 @@
 
 USE_LANGUAGES= c c++
 USE_TOOLS+=    bash pkg-config xgettext
+MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/gegl
+# For Darwin
+MAKE_ENV+=     DYLD_LIBRARY_PATH=${WRKSRC}/output/gegl
 
 PKGCONFIG_OVERRIDE+=   gegl.pc.in
 



Home | Main Index | Thread Index | Old Index