diff options
Diffstat (limited to 'x11-themes/gnome-themes/files')
-rw-r--r-- | x11-themes/gnome-themes/files/patch-configure | 10 | ||||
-rw-r--r-- | x11-themes/gnome-themes/files/patch-metacity-themes_Makefile.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-themes/gnome-themes/files/patch-configure b/x11-themes/gnome-themes/files/patch-configure new file mode 100644 index 000000000..8afd3d20e --- /dev/null +++ b/x11-themes/gnome-themes/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Feb 3 20:16:09 2003 ++++ configure Mon Feb 3 20:16:31 2003 +@@ -7640,6 +7640,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/x11-themes/gnome-themes/files/patch-metacity-themes_Makefile.in b/x11-themes/gnome-themes/files/patch-metacity-themes_Makefile.in new file mode 100644 index 000000000..02365472f --- /dev/null +++ b/x11-themes/gnome-themes/files/patch-metacity-themes_Makefile.in @@ -0,0 +1,11 @@ +--- metacity-themes/Makefile.in.orig Mon Feb 3 20:16:59 2003 ++++ metacity-themes/Makefile.in Mon Feb 3 20:17:33 2003 +@@ -120,7 +120,7 @@ + THEMES = Mist Sandwish Smokey + + +-THEME_DIR = $(datadir)/themes ++THEME_DIR = $(datadir)/gnome/themes + THEME_SUBDIR = metacity-1 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h |