diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 05:39:08 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-10-09 05:39:08 +0800 |
commit | 8b9e9b4fe61bf1a80722410adbde86be5bc30f86 (patch) | |
tree | a11c93a95fcd03344add564fbfe1749b57356fd8 /sysutils/gnomecontrolcenter2/files/patch-configure | |
parent | ae6d82d7c1fdf62c1d0cfaaa4f180765bd99d217 (diff) | |
download | marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar.gz marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar.bz2 marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar.lz marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar.xz marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.tar.zst marcuscom-ports-8b9e9b4fe61bf1a80722410adbde86be5bc30f86.zip |
Add gnomecontrolcenter2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@30 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'sysutils/gnomecontrolcenter2/files/patch-configure')
-rw-r--r-- | sysutils/gnomecontrolcenter2/files/patch-configure | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/gnomecontrolcenter2/files/patch-configure b/sysutils/gnomecontrolcenter2/files/patch-configure new file mode 100644 index 000000000..f43c53c1e --- /dev/null +++ b/sysutils/gnomecontrolcenter2/files/patch-configure @@ -0,0 +1,19 @@ +--- configure.orig Tue Aug 6 01:33:52 2002 ++++ configure Wed Aug 7 01:22:14 2002 +@@ -5768,6 +5768,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' +@@ -9090,7 +9091,7 @@ + fi + + cat >> confdefs.h <<EOF +-#define GNOMECC_DATA_DIR "${real_prefix}/share/${GETTEXT_PACKAGE}" ++#define GNOMECC_DATA_DIR "${datadir}/${GETTEXT_PACKAGE}" + EOF + + GNOMECC_ICONS_DIR='$(datadir)/'${GETTEXT_PACKAGE}'/icons' |