pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libbonoboui Bl3 -lX11, -lICE, and -lSM. If pang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea2d0b5176e6
branches:  trunk
changeset: 542368:ea2d0b5176e6
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Wed May 14 02:24:18 2008 +0000

description:
Bl3 -lX11, -lICE, and -lSM.  If pango does not include X11, configure
adds these libraries explicitly.  With X11_TYPE=modular, they are not
found.  This fix does not seem entirely right, but does seem
necessary.  It's not clear how this ever built with modular.

diffstat:

 devel/libbonoboui/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 305d192484b0 -r ea2d0b5176e6 devel/libbonoboui/Makefile
--- a/devel/libbonoboui/Makefile        Tue May 13 22:31:33 2008 +0000
+++ b/devel/libbonoboui/Makefile        Wed May 14 02:24:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.65 2008/04/30 13:38:14 jmmv Exp $
+# $NetBSD: Makefile,v 1.66 2008/05/14 02:24:18 gdt Exp $
 #
 
 DISTNAME=      libbonoboui-2.22.0
@@ -38,4 +38,9 @@
 .include "../../sysutils/gnome-vfs/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../x11/gtk2/buildlink3.mk"
+# Because pango does not include -lX11, configure does AC_PATH_XTRA
+# which links the following three libraries.
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index