summaryrefslogtreecommitdiff
path: root/devel/libgnomeui/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-08 20:10:10 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-08 20:10:10 +0000
commit3d3e83242c7681f3f27276be5a756cda0c9b2358 (patch)
treec39b4420cf547d6099c357413dc8b19103025c44 /devel/libgnomeui/patches
parent8452fe4607e289c3b6b33220c4aecd831061a2aa (diff)
downloadpkgsrc-3d3e83242c7681f3f27276be5a756cda0c9b2358.tar.gz
Remove SM libs from the .pc file as they shouldn't be exposed from
libgnomeui, AFAIK. Otherwise, some extra dependencies are introduced without the required rpaths (the buildlink3.mk file does not set USE_X11). This causes problems in some packages (namely gnome-spell). Bump PKGREVISION to 3.
Diffstat (limited to 'devel/libgnomeui/patches')
-rw-r--r--devel/libgnomeui/patches/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libgnomeui/patches/patch-ab b/devel/libgnomeui/patches/patch-ab
new file mode 100644
index 00000000000..1f51af94212
--- /dev/null
+++ b/devel/libgnomeui/patches/patch-ab
@@ -0,0 +1,11 @@
+$NetBSD: patch-ab,v 1.3 2005/01/08 20:10:10 jmmv Exp $
+
+--- libgnomeui/libgnomeui-2.0.pc.in.orig 2002-07-16 21:41:34.000000000 +0200
++++ libgnomeui/libgnomeui-2.0.pc.in
+@@ -8,5 +8,5 @@ Name: libgnomeui
+ Description: libgnomeui
+ Requires: libgnome-2.0 libgnomecanvas-2.0 gtk+-2.0 gdk-pixbuf-2.0 libart-2.0 gconf-2.0 libbonoboui-2.0
+ Version: @VERSION@
+-Libs: -L${libdir} -lgnomeui-2 @SM_LIBS@
++Libs: -L${libdir} -lgnomeui-2
+ Cflags: -I${includedir}/libgnomeui-2.0