diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-08-29 18:07:03 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-08-29 18:07:03 +0800 |
commit | 4b4c0208bbb9d34c89be42d78ac0b44aae77bcd0 (patch) | |
tree | 2382571167035b84412bb882a7919f5086e0a459 /mail/balsa/files | |
parent | 7442b5c30adfc6d32c2be447c978339da4d13d74 (diff) | |
download | freebsd-ports-gnome-4b4c0208bbb9d34c89be42d78ac0b44aae77bcd0.tar.gz freebsd-ports-gnome-4b4c0208bbb9d34c89be42d78ac0b44aae77bcd0.tar.zst freebsd-ports-gnome-4b4c0208bbb9d34c89be42d78ac0b44aae77bcd0.zip |
Update to 0.9.3.
- take over maintainership;
- replace couple of patches with perl regex.
Diffstat (limited to 'mail/balsa/files')
-rw-r--r-- | mail/balsa/files/patch-aq | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-aq b/mail/balsa/files/patch-aq new file mode 100644 index 000000000000..b492b32fc547 --- /dev/null +++ b/mail/balsa/files/patch-aq @@ -0,0 +1,12 @@ +--- 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> + |