diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-11-19 23:06:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-11-19 23:06:59 +0800 |
commit | e72bcd70c53f9b63bfc8d6fa7deff3a92fed1a19 (patch) | |
tree | 0e59b4d8d0e0f97248c884fa19696da132b065ce /x11/gnomelibs | |
parent | 987ae19a4b8bad4af6269c4106c35166ec27bd14 (diff) | |
download | freebsd-ports-gnome-e72bcd70c53f9b63bfc8d6fa7deff3a92fed1a19.tar.gz freebsd-ports-gnome-e72bcd70c53f9b63bfc8d6fa7deff3a92fed1a19.tar.zst freebsd-ports-gnome-e72bcd70c53f9b63bfc8d6fa7deff3a92fed1a19.zip |
Add -lintl to gnome-config.
Diffstat (limited to 'x11/gnomelibs')
-rw-r--r-- | x11/gnomelibs/files/patch-ac | 29 |
1 files changed, 26 insertions, 3 deletions
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 |