diff options
Diffstat (limited to 'x11/gnome-panel/files')
-rw-r--r-- | x11/gnome-panel/files/patch-configure | 10 | ||||
-rw-r--r-- | x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11/gnome-panel/files/patch-configure b/x11/gnome-panel/files/patch-configure new file mode 100644 index 000000000000..63f6b4544d5b --- /dev/null +++ b/x11/gnome-panel/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Mon Apr 29 01:16:38 2002 ++++ configure Mon Apr 29 01:17:04 2002 +@@ -7232,6 +7232,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/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in b/x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in new file mode 100644 index 000000000000..0d70349ad28d --- /dev/null +++ b/x11/gnome-panel/files/patch-doc_reference_panel-applet_Makefile.in @@ -0,0 +1,11 @@ +--- doc/reference/panel-applet/Makefile.in.orig Tue Apr 30 23:24:10 2002 ++++ doc/reference/panel-applet/Makefile.in Tue Apr 30 23:28:36 2002 +@@ -149,7 +149,7 @@ + DOC_MODULE = panel-applet + + # Where the html is to be installed +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(prefix)/share/doc + + # The top-level SGML file. Change it if you want. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml |