diff options
Diffstat (limited to 'editors/gedit2/files/patch-configure')
-rw-r--r-- | editors/gedit2/files/patch-configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure new file mode 100644 index 0000000..8165459 --- /dev/null +++ b/editors/gedit2/files/patch-configure @@ -0,0 +1,23 @@ +--- configure.orig Wed May 15 00:43:11 2002 ++++ configure Wed May 15 00:45:35 2002 +@@ -6547,6 +6547,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' +@@ -9358,10 +9359,10 @@ + pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" + else + cat >>confdefs.h <<EOF +-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++#define PIXMAPS_DIR "${datadir}/pixmaps" + EOF + +- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++ pixmapsdir="${datadir}/pixmaps" + fi + + # Extract the first word of "glib-genmarshal", so it can be a program name with args. |