pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/g-wrap1 Apply patch from pkg/33665, setting LTDL...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fac242e3b103
branches:  trunk
changeset: 519683:fac242e3b103
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Sat Oct 07 20:34:07 2006 +0000

description:
Apply patch from pkg/33665, setting LTDL_LIBRARY_PATH, but do so only
on Darwin where the failure happened, because I can't figure out why
this should be necessary (guile should be looking there anyway).

diffstat:

 devel/g-wrap1/Makefile |  12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 5ee669e2fb84 -r fac242e3b103 devel/g-wrap1/Makefile
--- a/devel/g-wrap1/Makefile    Sat Oct 07 19:46:06 2006 +0000
+++ b/devel/g-wrap1/Makefile    Sat Oct 07 20:34:07 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2006/03/30 03:44:42 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2006/10/07 20:34:07 gdt Exp $
 
 DISTNAME=      g-wrap-1.3.4
-PKGREVISION=   7
+PKGREVISION=   8
 CATEGORIES=    devel
 MASTER_SITES=  ftp://ftp.gnucash.org/pub/g-wrap/source/
 
@@ -11,7 +11,6 @@
 
 DEPENDS+=      guile-slib>=2.4.2nb6:../../devel/guile-slib
 
-
 GNU_CONFIGURE=         YES
 USE_TOOLS+=            gmake makeinfo
 USE_LIBTOOL=           YES
@@ -20,6 +19,13 @@
 CONFIGURE_ARGS+=       --with-modules-dir=${PREFIX}/share/guile
 CONFIGURE_ENV+=                ac_cv_path_RSCHEME="nope"
 
+.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+# PR 33665 says this is needed on Darwin.  Perhaps this should be
+# fixed in guile itself.
+MAKE_ENV+=             LTDL_LIBRARY_PATH=${LOCALBASE}/lib
+.endif
+
 .include "../../devel/glib/buildlink3.mk"
 .include "../../lang/guile/buildlink3.mk"
 .include "../../devel/guile-gtk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index