From b919b8311bc5d38e5731d40525c88c54816f4530 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 14 May 1999 11:54:55 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'. --- x11/libgnome/files/patch-ac | 79 --------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 x11/libgnome/files/patch-ac (limited to 'x11/libgnome/files/patch-ac') diff --git a/x11/libgnome/files/patch-ac b/x11/libgnome/files/patch-ac deleted file mode 100644 index be621cf51bcc..000000000000 --- a/x11/libgnome/files/patch-ac +++ /dev/null @@ -1,79 +0,0 @@ ---- gnome-config.in.orig Mon Feb 15 20:05:33 1999 -+++ gnome-config.in Tue Mar 2 09:00:51 1999 -@@ -43,25 +43,25 @@ - - Known values for LIBRARY are: - -- glib (calls glib-config) -+ glib (calls glib12-config) - idl (to be used with orbit-idl) - gnome - gnomeui - gnorba -- gtk (calls gtk-config) -+ gtk (calls gtk12-config) - gtkxmhtml (only --libs) - zvt (only --libs) - - If LIBRARY is none of these, - -- ${libdir}/Conf.sh -+ ${sysconfdir}/Conf.sh - - is looked in for the necessary information. Those currently installed - appear to be: - - EOF - -- conf_shs=`cd ${libdir}; echo *Conf.sh` -+ conf_shs=`cd ${sysconfdir}; echo *Conf.sh` - - if test "x$conf_shs" = x || test "x$conf_shs" = 'x*Conf.sh'; then - echo " " -@@ -146,36 +146,36 @@ - usage 1 - ;; - glib) -- the_libs="$the_libs `glib-config --libs`" -- the_flags="$the_flags `glib-config --cflags`" -+ the_libs="$the_libs `glib12-config --libs`" -+ the_flags="$the_flags `glib12-config --cflags`" - ;; - gtk) -- the_libs="$the_libs `gtk-config --libs`" -- the_flags="$the_flags `gtk-config --cflags`" -+ the_libs="$the_libs `gtk12-config --libs`" -+ the_flags="$the_flags `gtk12-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@ -lXpm -ljpeg -lpng -lz -ltiff -lgif @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@ -lgnorba @ORBIT_LIBS@" -+ the_libs="$the_libs @GNOME_LIBDIR@ -lgnorba @ORBIT_LIBS@ -lintl" - the_flags="$the_flags @GNOME_INCLUDEDIR@ @ORBIT_CFLAGS@" - ;; - idl) - the_flags="@GNOME_IDLDIR@" - ;; - zvt) -- the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@" -+ the_libs="$the_libs @GNOME_LIBDIR@ @ZVT_LIBS@ -lintl" - ;; - *) -- cnf_sh=${libdir}/${1}Conf.sh -+ cnf_sh=${sysconfdir}/${1}Conf.sh - if test -f ${cnf_sh}; then - . ${cnf_sh} - up_name=`echo $1 | tr a-z A-Z` -- cgit v1.2.3