summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2000-06-02 12:10:07 +0000
committerdrochner <drochner@pkgsrc.org>2000-06-02 12:10:07 +0000
commitef7ffe1fec7d2004609ca16d3621685354d2b91b (patch)
tree459c75e6f6e6dc29669b8b0b770845fdfaa5394d /x11/gnome-libs/patches
parentbe083a83b5614dfe215408c0631bd8c90590fe12 (diff)
downloadpkgsrc-ef7ffe1fec7d2004609ca16d3621685354d2b91b.tar.gz
tell programs using libgnome that -lintl (gettext) is needed too
Diffstat (limited to 'x11/gnome-libs/patches')
-rw-r--r--x11/gnome-libs/patches/patch-aj18
1 files changed, 16 insertions, 2 deletions
diff --git a/x11/gnome-libs/patches/patch-aj b/x11/gnome-libs/patches/patch-aj
index 55ade992b94..13b74d472f2 100644
--- a/x11/gnome-libs/patches/patch-aj
+++ b/x11/gnome-libs/patches/patch-aj
@@ -1,7 +1,7 @@
-$NetBSD: patch-aj,v 1.2 2000/05/30 19:23:48 drochner Exp $
+$NetBSD: patch-aj,v 1.3 2000/06/02 12:10:09 drochner Exp $
--- gnome-config.in.orig Tue Sep 7 21:25:26 1999
-+++ gnome-config.in Tue May 30 17:56:22 2000
++++ gnome-config.in Thu Jun 1 11:06:04 2000
@@ -40,6 +40,8 @@
module_dirs="$extra:$module_dirs"
done
@@ -11,6 +11,20 @@ $NetBSD: patch-aj,v 1.2 2000/05/30 19:23:48 drochner Exp $
usage()
{
exit_code=$1
+@@ -169,11 +171,11 @@
+ the_flags="$the_flags `gtk-config --cflags`"
+ ;;
+ gnome)
+- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@ -lintl"
+ the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
+ ;;
+ gnomeui)
+- the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @GNOMEUI_LIBS@ -lintl"
+ the_flags="$the_flags @GNOME_INCLUDEDIR@ @GTK_CFLAGS@"
+ ;;
+ gtkxmhtml)
@@ -239,7 +241,7 @@
case "$i" in
# a library, save it for later, in reverse order