diff options
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-configure')
-rw-r--r-- | sysutils/gnome-control-center/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/files/patch-configure b/sysutils/gnome-control-center/files/patch-configure new file mode 100644 index 000000000..1f63c8a48 --- /dev/null +++ b/sysutils/gnome-control-center/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Wed Dec 18 16:10:09 2002 ++++ configure Sun Dec 22 16:36:03 2002 +@@ -8516,6 +8516,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' +@@ -12607,7 +12608,7 @@ + + + cat >>confdefs.h <<_ACEOF +-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}" ++#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}" + _ACEOF + + GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons' |