pkgsrc/mail/thunderbird/patches/patch-aq
ghen 778eb32ada Update to Thunderbird 1.5.
What's new:
    * Automated update to streamline product upgrades. Notification of an
      update is more prominent, and updates to Thunderbird may now be half a
      megabyte or smaller. Updating extensions has also improved.
    * Sort address autocomplete results by how often you send e-mail to each recipient.
    * Spell check as you type.
    * Saved Search Folders can now search across multiple accounts.
    * Built in phishing detector to help protect users against email scams.
    * Podcasting and other RSS Improvements.
    * Deleting attachments from messages.
    * Integration with server side spam filtering.
    * Reply and forward actions for message filters.
    * Kerberos Authentication.
    * Auto save as draft for mail composition.
    * Message aging.
    * Filters for Global Inbox.
    * Improvements to product usability including redesigned options interface,
      and SMTP server management.
    * Many security enhancements.
For a more detailed list of changes, see http://weblogs.mozillazine.org/rumblingedge/archives/2006/01/1-5.html

Ok with wiz.
2006-02-05 14:49:05 +00:00

40 lines
1.1 KiB
Text

$NetBSD: patch-aq,v 1.3 2006/02/05 14:49:05 ghen Exp $
--- directory/c-sdk/configure.in.orig 2006-02-02 13:29:07.000000000 +0100
+++ directory/c-sdk/configure.in
@@ -54,7 +54,7 @@ USE_64=
USE_CPLUS=
USE_IPV6=
USE_MDUPDATE=
-_OPTIMIZE_FLAGS=-O
+_OPTIMIZE_FLAGS=
_DEBUG_FLAGS=-g
MOZ_DEBUG=1
MOZ_OPTIMIZE=
@@ -907,7 +907,7 @@ case "$target" in
PR_MD_CSRCS=dgux.c
;;
-*-freebsd*)
+*-freebsd*|*-dragonfly*)
if test -z "$USE_NSPR_THREADS"; then
USE_PTHREADS=1
fi
@@ -2061,7 +2061,7 @@ if test -n "$USE_PTHREADS"; then
_PTHREAD_LDFLAGS=
fi
;;
- *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*)
+ *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*|*-dragonfly*)
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
if test "$ac_cv_have_dash_pthread" = "yes"; then
@@ -2114,7 +2114,7 @@ case "$target" in
AC_DEFINE(_PR_NEED_PTHREAD_INIT)
fi
;;
-*-freebsd*)
+*-freebsd*|*-dragonfly*)
if test -n "$USE_NSPR_THREADS"; then
AC_DEFINE(_PR_LOCAL_THREADS_ONLY)
fi