diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-17 06:46:04 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-17 06:46:04 +0000 |
commit | 5c4032c435a7b1bd1b943bd41f22c2b936707fbf (patch) | |
tree | 21608fd9ec21487c17030696fb3f99c405dea700 /mail/sylpheed-claws/files/patch-configure | |
parent | 3b05a3924eb3af67ec51daef0895cdf491b2d34d (diff) |
Notes
Diffstat (limited to 'mail/sylpheed-claws/files/patch-configure')
-rw-r--r-- | mail/sylpheed-claws/files/patch-configure | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure index af0361f0024d..98fada214116 100644 --- a/mail/sylpheed-claws/files/patch-configure +++ b/mail/sylpheed-claws/files/patch-configure @@ -1,5 +1,5 @@ ---- ./configure.orig Sat Dec 15 14:28:30 2001 -+++ ./configure Fri Dec 21 01:02:01 2001 +--- configure.orig Mon Jan 14 16:15:33 2002 ++++ configure Tue Jan 15 15:53:11 2002 @@ -756,7 +756,7 @@ fi @@ -8,4 +8,22 @@ +PACKAGE=sylpheed-claws MAJOR_VERSION=0 - MINOR_VERSION=6 + MINOR_VERSION=7 +@@ -1056,7 +1056,7 @@ + fi + + +-if test -d "$gnomedir"; then ++if false; then + SYLPHEED_GNOME_TRUE= + SYLPHEED_GNOME_FALSE='#' + else +@@ -7419,7 +7419,7 @@ + localedir='${prefix}/${DATADIRNAME}/locale' + + +-manualdir='${prefix}/${DATADIRNAME}/${PACKAGE}/manual' ++manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' + + + # Check whether --with-glib-prefix or --without-glib-prefix was given. |