pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2006Q3]: pkgsrc/devel/guile14-gtk Pullup ticket 1860 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/61229325104f
branches:  pkgsrc-2006Q3
changeset: 519143:61229325104f
user:      salo <salo%pkgsrc.org@localhost>
date:      Tue Oct 17 20:37:39 2006 +0000

description:
Pullup ticket 1860 - requested by dmcmahill
portability fix for guile14-gtk

Revisions pulled up:
- pkgsrc/devel/guile14-gtk/Makefile                     1.9

   Module Name:         pkgsrc
   Committed By:        dmcmahill
   Date:                Tue Oct 10 02:43:15 UTC 2006

   Modified Files:
        pkgsrc/devel/guile14-gtk: Makefile

   Log Message:
   Add -lltdl.  This fixes packaging on solaris-2.9.  Tested on
   NetBSD-2.0/alpha and didn't see any ill effects there.

diffstat:

 devel/guile14-gtk/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r aba213421850 -r 61229325104f devel/guile14-gtk/Makefile
--- a/devel/guile14-gtk/Makefile        Tue Oct 17 16:18:27 2006 +0000
+++ b/devel/guile14-gtk/Makefile        Tue Oct 17 20:37:39 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2006/02/05 23:08:43 joerg Exp $
+# $NetBSD: Makefile,v 1.7.6.1 2006/10/17 20:37:39 salo Exp $
 #
 
 DISTNAME=              guile-gtk-0.19
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            devel x11
 MASTER_SITES=          http://www.ping.de/sites/zagadka/guile-gtk/download/ \
                        http://erin.netpedia.net/download/ \
@@ -19,6 +19,7 @@
 CONFIGURE_ARGS+=       --datadir=${PREFIX}/${GUILE14_SUBDIR}/share
 PLIST_SUBST+=          GUILE14_SUBDIR=${GUILE14_SUBDIR:Q}
 MAKE_ENV+=             MACHINE_ARCH=${MACHINE_ARCH:Q}
+LDFLAGS+=              -lltdl
 
 .include "../../lang/guile14/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index