diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-19 15:06:59 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-11-19 15:06:59 +0000 |
commit | 626a23c0dd6e1afae8f9ab540c25c182da61e89f (patch) | |
tree | a35c34f0aa7b4ca0177393c2d426fe56e60b00cf /x11 | |
parent | a3cd793e8386ac88a3a4a239e09145368ae957a6 (diff) | |
download | ports-626a23c0dd6e1afae8f9ab540c25c182da61e89f.tar.gz ports-626a23c0dd6e1afae8f9ab540c25c182da61e89f.zip |
Add -lintl to gnome-config.
Notes
Notes:
svn path=/head/; revision=14683
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/files/patch-ac | 29 | ||||
-rw-r--r-- | x11/gnomelibs/files/patch-ac | 29 | ||||
-rw-r--r-- | x11/libgnome/files/patch-ac | 29 |
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 |