summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-19 15:06:59 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-19 15:06:59 +0000
commit626a23c0dd6e1afae8f9ab540c25c182da61e89f (patch)
treea35c34f0aa7b4ca0177393c2d426fe56e60b00cf /x11
parentUpdate to 2.8.2dev.2. (diff)
Add -lintl to gnome-config.
Notes
Notes: svn path=/head/; revision=14683
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-libs/files/patch-ac29
-rw-r--r--x11/gnomelibs/files/patch-ac29
-rw-r--r--x11/libgnome/files/patch-ac29
3 files changed, 78 insertions, 9 deletions
diff --git a/x11/gnome-libs/files/patch-ac b/x11/gnome-libs/files/patch-ac
index c3b4928b732f..3382d1b9e952 100644
--- a/x11/gnome-libs/files/patch-ac
+++ b/x11/gnome-libs/files/patch-ac
@@ -1,5 +1,5 @@
--- gnome-config.in.orig Mon Sep 21 23:15:02 1998
-+++ gnome-config.in Sat Sep 26 22:12:16 1998
++++ gnome-config.in Thu Nov 19 22:55:15 1998
@@ -45,7 +45,7 @@
gnome
gnomeui
@@ -9,7 +9,7 @@
gtkxmhtml (only --libs)
zvt (only --libs)
-@@ -116,9 +116,9 @@
+@@ -116,27 +116,27 @@
the_libs="$the_libs `glib-config --libs`"
the_flags="$the_flags `glib-config --cflags`"
;;
@@ -21,4 +21,27 @@
+ the_flags="$the_flags `gtk11-config --cflags`"
;;
gnome)
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
+- 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)
+- the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@ -lintl"
+ ;;
+ gnorba)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@ -lintl"
+ the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@"
+ ;;
+ zvt)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@ -lintl"
+ ;;
+ *)
+ cnf_sh=${libdir}/${1}Conf.sh
diff --git a/x11/gnomelibs/files/patch-ac b/x11/gnomelibs/files/patch-ac
index c3b4928b732f..3382d1b9e952 100644
--- a/x11/gnomelibs/files/patch-ac
+++ b/x11/gnomelibs/files/patch-ac
@@ -1,5 +1,5 @@
--- gnome-config.in.orig Mon Sep 21 23:15:02 1998
-+++ gnome-config.in Sat Sep 26 22:12:16 1998
++++ gnome-config.in Thu Nov 19 22:55:15 1998
@@ -45,7 +45,7 @@
gnome
gnomeui
@@ -9,7 +9,7 @@
gtkxmhtml (only --libs)
zvt (only --libs)
-@@ -116,9 +116,9 @@
+@@ -116,27 +116,27 @@
the_libs="$the_libs `glib-config --libs`"
the_flags="$the_flags `glib-config --cflags`"
;;
@@ -21,4 +21,27 @@
+ the_flags="$the_flags `gtk11-config --cflags`"
;;
gnome)
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
+- 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)
+- the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@ -lintl"
+ ;;
+ gnorba)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@ -lintl"
+ the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@"
+ ;;
+ zvt)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@ -lintl"
+ ;;
+ *)
+ cnf_sh=${libdir}/${1}Conf.sh
diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac
index c3b4928b732f..3382d1b9e952 100644
--- a/x11/libgnome/files/patch-ac
+++ b/x11/libgnome/files/patch-ac
@@ -1,5 +1,5 @@
--- gnome-config.in.orig Mon Sep 21 23:15:02 1998
-+++ gnome-config.in Sat Sep 26 22:12:16 1998
++++ gnome-config.in Thu Nov 19 22:55:15 1998
@@ -45,7 +45,7 @@
gnome
gnomeui
@@ -9,7 +9,7 @@
gtkxmhtml (only --libs)
zvt (only --libs)
-@@ -116,9 +116,9 @@
+@@ -116,27 +116,27 @@
the_libs="$the_libs `glib-config --libs`"
the_flags="$the_flags `glib-config --cflags`"
;;
@@ -21,4 +21,27 @@
+ the_flags="$the_flags `gtk11-config --cflags`"
;;
gnome)
- the_libs="$the_libs @GNOME_LIBDIR@ @GNOME_LIBS@"
+- 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)
+- the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @GTKXMHTML_LIBS@ -lintl"
+ ;;
+ gnorba)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ORBIT_LIBS@ -lintl"
+ the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@"
+ ;;
+ zvt)
+- the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@"
++ the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@ -lintl"
+ ;;
+ *)
+ cnf_sh=${libdir}/${1}Conf.sh