summaryrefslogtreecommitdiff
path: root/mail/balsa2/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa2/files')
-rw-r--r--mail/balsa2/files/patch-ab13
-rw-r--r--mail/balsa2/files/patch-ai20
-rw-r--r--mail/balsa2/files/patch-aq12
3 files changed, 0 insertions, 45 deletions
diff --git a/mail/balsa2/files/patch-ab b/mail/balsa2/files/patch-ab
deleted file mode 100644
index 8a4be78e9731..000000000000
--- a/mail/balsa2/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- configure 2000/09/19 07:22:11 1.1
-+++ configure 2000/09/19 07:29:28
-@@ -3480,8 +3480,8 @@
- fi
-
-
--LDFLAGS="$balsa_save_LDFLAGS"
--LIBS="$balsa_save_LIBS"
-+#LDFLAGS="$balsa_save_LDFLAGS"
-+#LIBS="$balsa_save_LIBS"
-
- for ac_hdr in libgnomeui/gnome-window-icon.h
- do
diff --git a/mail/balsa2/files/patch-ai b/mail/balsa2/files/patch-ai
deleted file mode 100644
index ff6f252bd129..000000000000
--- a/mail/balsa2/files/patch-ai
+++ /dev/null
@@ -1,20 +0,0 @@
---- libmutt/rfc1524.c.orig Fri Jan 3 23:18:25 1997
-+++ libmutt/rfc1524.c Thu Dec 23 05:14:52 1999
-@@ -455,7 +455,7 @@
- if (s[0] == '\0')
- {
- snprintf (s, l, "%s/muttXXXXXX", buf);
-- mktemp (s);
-+ mkstemp (s);
- }
- else
- {
-@@ -466,7 +466,7 @@
- if ((period = strrchr (tmp, '.')) != NULL)
- *period = 0;
- snprintf (s, l, "%s/%s.XXXXXX", buf, tmp);
-- mktemp (s);
-+ mkstemp (s);
- if (period != NULL)
- {
- *period = '.';
diff --git a/mail/balsa2/files/patch-aq b/mail/balsa2/files/patch-aq
deleted file mode 100644
index b492b32fc547..000000000000
--- a/mail/balsa2/files/patch-aq
+++ /dev/null
@@ -1,12 +0,0 @@
---- libbalsa/send.c 2000/08/29 09:47:39 1.1
-+++ libbalsa/send.c 2000/08/29 09:47:43
-@@ -22,6 +22,9 @@
-
- #include "config.h"
-
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
- #include <arpa/inet.h>
- #include <netdb.h>
-