diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:31:47 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-04 07:31:47 +0000 |
commit | ce93ddb84fd442beb4be81f5435d3a178cc22e69 (patch) | |
tree | 5e0058782d0b6305815fa2e094fbec81bfeeb764 /print/libgnomeprint/files/patch-configure | |
parent | Chase the libgda2 shared lib version. (diff) |
Update to 2.2.1.2.
Notes
Notes:
svn path=/head/; revision=78130
Diffstat (limited to 'print/libgnomeprint/files/patch-configure')
-rw-r--r-- | print/libgnomeprint/files/patch-configure | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/print/libgnomeprint/files/patch-configure b/print/libgnomeprint/files/patch-configure index 540b06885046..1aa2a531a053 100644 --- a/print/libgnomeprint/files/patch-configure +++ b/print/libgnomeprint/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Tue Dec 17 16:29:43 2002 -+++ configure Fri Dec 20 16:33:46 2002 -@@ -8161,6 +8161,7 @@ +--- configure.orig Tue Mar 11 18:33:02 2003 ++++ configure Wed Mar 12 00:58:23 2003 +@@ -8580,6 +8580,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,15 +8,3 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' -@@ -10938,9 +10939,9 @@ - - - if test "x${prefix}" = "xNONE"; then -- GNOME_PRINT_DATA_DIR='${ac_default_prefix}/${DATADIRNAME}/libgnomeprint/${VERSION}' -+ GNOME_PRINT_DATA_DIR='${ac_default_prefix}/share/gnome/libgnomeprint/${VERSION}' - else -- GNOME_PRINT_DATA_DIR='${prefix}/${DATADIRNAME}/libgnomeprint/${VERSION}' -+ GNOME_PRINT_DATA_DIR='${prefix}/share/gnome/libgnomeprint/${VERSION}' - fi - GNOME_PRINT_DATA_DIR=$GNOME_PRINT_DATA_DIR - |