summaryrefslogtreecommitdiff
path: root/mail/balsa2/patches
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa2/patches')
-rw-r--r--mail/balsa2/patches/patch-aa13
-rw-r--r--mail/balsa2/patches/patch-ab14
-rw-r--r--mail/balsa2/patches/patch-ac13
-rw-r--r--mail/balsa2/patches/patch-ad13
4 files changed, 53 insertions, 0 deletions
diff --git a/mail/balsa2/patches/patch-aa b/mail/balsa2/patches/patch-aa
new file mode 100644
index 00000000000..29a3e6c17af
--- /dev/null
+++ b/mail/balsa2/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
+
+--- libmutt/configure.orig 2003-03-22 19:26:17.000000000 +1000
++++ libmutt/configure
+@@ -9873,7 +9873,7 @@ if test "${with_ssl+set}" = set; then
+ echo "$as_me: error: SSL support is only for IMAP, but IMAP is not enabled" >&2;}
+ { (exit 1); exit 1; }; }
+ fi
+- if pkg-config openssl >& /dev/null; then
++ if pkg-config openssl > /dev/null 2>&1 ; then
+ echo here
+ LDFLAGS="$LIBS `pkg-config --libs openssl`"
+ CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"
diff --git a/mail/balsa2/patches/patch-ab b/mail/balsa2/patches/patch-ab
new file mode 100644
index 00000000000..8d4cac881bc
--- /dev/null
+++ b/mail/balsa2/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
+
+--- src/threads.h.orig 2003-01-25 23:04:31.000000000 +1000
++++ src/threads.h
+@@ -21,6 +21,9 @@
+
+ #ifndef __THREADS_H__
+ #define __THREADS_H__
++
++#include <pthread.h>
++
+ /* FIXME: mailbox_lock is really an internal libbalsa mutex. */
+ extern pthread_mutex_t mailbox_lock;
+
diff --git a/mail/balsa2/patches/patch-ac b/mail/balsa2/patches/patch-ac
new file mode 100644
index 00000000000..7bfd6faac5e
--- /dev/null
+++ b/mail/balsa2/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
+
+--- sounds/Makefile.in.orig 2003-03-22 19:45:30.000000000 +1000
++++ sounds/Makefile.in
+@@ -126,7 +126,7 @@ EXTRA_DIST = $(balsa_SOUNDS) $(balsa_SOU
+ balsasoundsdir = $(datadir)/sounds/balsa
+ balsasounds_DATA = $(balsa_SOUNDS)
+
+-soundlistdir = $(sysconfdir)/sound/events
++soundlistdir = ${prefix}/share/examples/balsa
+ soundlist_DATA = $(balsa_SOUNDLISTS)
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
diff --git a/mail/balsa2/patches/patch-ad b/mail/balsa2/patches/patch-ad
new file mode 100644
index 00000000000..35845cf2d8d
--- /dev/null
+++ b/mail/balsa2/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1.1.1 2003/04/27 00:42:58 rh Exp $
+
+--- src/main.c.orig 2003-04-26 18:03:15.000000000 +0200
++++ src/main.c 2003-04-26 18:04:10.000000000 +0200
+@@ -355,7 +355,7 @@
+ /* FIXME: gnome_i18n_get_language seems to have gone away;
+ * is this a reasonable replacement? */
+ setlocale(LC_CTYPE,
+- (const char *) gnome_i18n_get_language_list(LC_CTYPE)->data);
++ (const char *) gnome_i18n_get_language_list("LC_CTYPE")->data);
+ #endif
+
+ #ifdef HAVE_GPGME