diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-02-17 03:02:26 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-02-17 03:02:26 +0000 |
commit | e30e7d665346e837129a24539635399471469c1c (patch) | |
tree | 5dd22a041d202db5c774c98e21b6359f6f57761c /mail/sylpheed-claws/files | |
parent | 6daa103af7066ae7f518bd5b54120fa8bc3294c6 (diff) | |
download | ports-e30e7d665346e837129a24539635399471469c1c.tar.gz ports-e30e7d665346e837129a24539635399471469c1c.zip |
Notes
Diffstat (limited to 'mail/sylpheed-claws/files')
-rw-r--r-- | mail/sylpheed-claws/files/patch-configure | 19 | ||||
-rw-r--r-- | mail/sylpheed-claws/files/patch-src-defs.h | 8 |
2 files changed, 18 insertions, 9 deletions
diff --git a/mail/sylpheed-claws/files/patch-configure b/mail/sylpheed-claws/files/patch-configure index 98fada214116..96f66cf6d41e 100644 --- a/mail/sylpheed-claws/files/patch-configure +++ b/mail/sylpheed-claws/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Jan 14 16:15:33 2002 -+++ configure Tue Jan 15 15:53:11 2002 +--- configure.orig Thu Feb 14 10:08:51 2002 ++++ configure Sat Feb 16 02:43:04 2002 @@ -756,7 +756,7 @@ fi @@ -9,7 +9,7 @@ MAJOR_VERSION=0 MINOR_VERSION=7 -@@ -1056,7 +1056,7 @@ +@@ -1146,7 +1146,7 @@ fi @@ -18,7 +18,7 @@ SYLPHEED_GNOME_TRUE= SYLPHEED_GNOME_FALSE='#' else -@@ -7419,7 +7419,7 @@ +@@ -7470,7 +7470,7 @@ localedir='${prefix}/${DATADIRNAME}/locale' @@ -26,4 +26,13 @@ +manualdir='${prefix}/${DATADIRNAME}/doc/${PACKAGE}/manual' - # Check whether --with-glib-prefix or --without-glib-prefix was given. + if test "x${datadir}" = 'x${prefix}/share'; then +@@ -9041,7 +9041,7 @@ + + if test "$ac_cv_enable_ldap" = yes; then + CFLAGS="$CFLAGS `$GLIB_CONFIG --cflags gthread`" +- LIBS="$LIBS -lldap -llber -lpthread -lresolv `$GLIB_CONFIG --libs gthread`" ++ LIBS="$LIBS -lldap -llber ${PTHREAD_LIBS} `$GLIB_CONFIG --libs gthread`" + fi + else + echo "$ac_t""no" 1>&6 diff --git a/mail/sylpheed-claws/files/patch-src-defs.h b/mail/sylpheed-claws/files/patch-src-defs.h index f7451153cacd..034e5f62e347 100644 --- a/mail/sylpheed-claws/files/patch-src-defs.h +++ b/mail/sylpheed-claws/files/patch-src-defs.h @@ -1,6 +1,6 @@ ---- ./src/defs.h.orig Fri Nov 16 09:47:26 2001 -+++ ./src/defs.h Fri Dec 21 01:02:01 2001 -@@ -65,8 +65,8 @@ +--- src/defs.h.orig Thu Feb 14 10:18:52 2002 ++++ src/defs.h Sat Feb 16 04:12:54 2002 +@@ -67,8 +67,8 @@ #define MARK_VERSION 2 #define DEFAULT_SIGNATURE ".signature" @@ -11,7 +11,7 @@ /* #define DEFAULT_INC_PATH "/usr/bin/imget" */ /* #define DEFAULT_INC_PROGRAM "imget" */ #define DEFAULT_SENDMAIL_CMD "/usr/sbin/sendmail -t" -@@ -74,7 +74,7 @@ +@@ -76,7 +76,7 @@ #ifdef _PATH_MAILDIR # define DEFAULT_SPOOL_PATH _PATH_MAILDIR #else |