diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 04:16:10 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-11 04:16:10 +0800 |
commit | bef7962df1a5f6fd0ddc0758d59ca9982c1f2809 (patch) | |
tree | ce4863690d4d44183cc5326d9095c8e94348ac64 /print/libgnomeprint/files | |
parent | 18395ff36455496bf126ae979cfe25dd21638cbd (diff) | |
download | marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.gz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.bz2 marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.lz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.xz marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.tar.zst marcuscom-ports-bef7962df1a5f6fd0ddc0758d59ca9982c1f2809.zip |
Update to 2.1.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@254 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint/files')
-rw-r--r-- | print/libgnomeprint/files/patch-configure | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure index 0afc4f975..4ad2466b1 100644 --- a/print/libgnomeprint/files/patch-configure +++ b/print/libgnomeprint/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Wed Dec 4 13:33:02 2002 -+++ configure Wed Dec 4 23:10:38 2002 +--- configure.orig Mon Dec 9 21:18:12 2002 ++++ configure Tue Dec 10 14:56:42 2002 @@ -8160,6 +8160,7 @@ # This can be used to rebuild libtool when needed @@ -8,12 +8,15 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10890,7 +10891,7 @@ +@@ -10932,9 +10933,9 @@ + + if test "x${prefix}" = "xNONE"; then - GNOME_PRINT_DATA_DIR=${ac_default_prefix}/share/${gnome_print_datadir} +- GNOME_PRINT_DATA_DIR='${ac_default_prefix}/share/libgnomeprint/${VERSION}' ++ GNOME_PRINT_DATA_DIR='${ac_default_prefix}/share/gnome/libgnomeprint/${VERSION}' else -- GNOME_PRINT_DATA_DIR="${prefix}/share/${gnome_print_datadir}" -+ GNOME_PRINT_DATA_DIR="${prefix}/share/gnome/${gnome_print_datadir}" +- GNOME_PRINT_DATA_DIR='${prefix}/share/libgnomeprint/${VERSION}' ++ GNOME_PRINT_DATA_DIR='${prefix}/share/gnome/libgnomeprint/${VERSION}' fi - GNOME_PRINT_DATA_DIR=`eval echo "$GNOME_PRINT_DATA_DIR"` - cat >>confdefs.h <<_ACEOF + GNOME_PRINT_DATA_DIR=$GNOME_PRINT_DATA_DIR + |