diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-15 04:52:45 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-05-15 04:52:45 +0000 |
commit | cd44c2581e27af3264c80e983d5f4f2d5c3dc1fe (patch) | |
tree | 20f5153873c90af594ce2695b02846d20420b7ca /editors/gedit2/files/patch-configure | |
parent | Add back mico, which was revived from the dead (diff) |
Add gedit2 after a repo copy from gedit. gedit2 is a lightweight editor
for the GNOME 2.0 desktop environment.
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 000000000000..816545988e64 --- /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. |