pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gegl



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Oct  1 16:31:27 UTC 2021

Modified Files:
        pkgsrc/graphics/gegl: Makefile

Log Message:
gegl: fix for Darwin


To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/graphics/gegl/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/gegl/Makefile
diff -u pkgsrc/graphics/gegl/Makefile:1.97 pkgsrc/graphics/gegl/Makefile:1.98
--- pkgsrc/graphics/gegl/Makefile:1.97  Fri Oct  1 14:28:07 2021
+++ pkgsrc/graphics/gegl/Makefile       Fri Oct  1 16:31:27 2021
@@ -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 @@ MESON_ARGS+=  -Ddocs=false
 
 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