diff options
Diffstat (limited to 'net/gnomenettool/files/patch-configure')
-rw-r--r-- | net/gnomenettool/files/patch-configure | 49 |
1 files changed, 44 insertions, 5 deletions
diff --git a/net/gnomenettool/files/patch-configure b/net/gnomenettool/files/patch-configure index f195f07b43c6..d2759248b4d6 100644 --- a/net/gnomenettool/files/patch-configure +++ b/net/gnomenettool/files/patch-configure @@ -1,10 +1,49 @@ ---- configure.orig Wed Dec 11 18:31:51 2002 -+++ configure Thu Dec 12 12:07:17 2002 -@@ -7414,6 +7414,7 @@ +--- configure.orig Sun Jul 4 16:00:33 2004 ++++ configure Sun Jul 4 16:02:31 2004 +@@ -20269,7 +20269,7 @@ + # This can be used to rebuild libtool when needed - LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" -+$ac_aux_dir/ltconfig $LIBTOOL_DEPS +-LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"; $ac_aux_dir/ltconfig $LIBTOOL_DEPS; ++LIBTOOL_DEPS="--disable-ltlibs /usr/local/share/libtool13/ltmain.sh"; /usr/local/share/libtool13/ltconfig13 $LIBTOOL_DEPS; # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -22038,13 +22038,13 @@ + if test "x${prefix}" = "xNONE"; then + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${ac_default_prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${ac_default_prefix}/share/gnome/pixmaps" + _ACEOF + + else + + cat >>confdefs.h <<_ACEOF +-#define GNOME_ICONDIR "${prefix}/share/pixmaps" ++#define GNOME_ICONDIR "${prefix}/share/gnome/pixmaps" + _ACEOF + + fi +@@ -22052,17 +22052,17 @@ + if test "x${prefix}" = "xNONE"; then + + cat >>confdefs.h <<_ACEOF +-#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps" + _ACEOF + +- pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++ pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps" + else + + cat >>confdefs.h <<_ACEOF +-#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps" + _ACEOF + +- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" ++ pixmapsdir="${prefix}/${DATADIRNAME}/gnome/${PACKAGE}/pixmaps" + fi + + |