diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-04 18:53:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-04 18:53:13 +0000 |
commit | 3ef1afa8d7bf0abcf2adcd3e21cc50f733ae7025 (patch) | |
tree | 072c1ce305b22310d3f50db4a6605f079770bca4 /mail/evolution/files/patch-mail::openpgp-utils.c | |
parent | Make wu-ftpd install with correct permissions (diff) |
Update to 0.12. Unfortunately it still doesn't work, even with fixed oaf,
however it goes further that earlier and instead of hanging solidly at
startup tries to launch its components, but goes kaboom (i.e. sig 12) and
dies in agony. Therefore, brave souls with loaded debuggers are welcome to
fix this fscking crap and submit their patches to gnome@FreeBSD.org.
Notes
Notes:
svn path=/head/; revision=47430
Diffstat (limited to 'mail/evolution/files/patch-mail::openpgp-utils.c')
-rw-r--r-- | mail/evolution/files/patch-mail::openpgp-utils.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/mail/evolution/files/patch-mail::openpgp-utils.c b/mail/evolution/files/patch-mail::openpgp-utils.c deleted file mode 100644 index cfc909ff21f4..000000000000 --- a/mail/evolution/files/patch-mail::openpgp-utils.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- mail/openpgp-utils.c 2001/05/16 07:47:09 1.1 -+++ mail/openpgp-utils.c 2001/05/16 07:47:21 -@@ -45,7 +45,7 @@ - #include <unistd.h> - #include <signal.h> - --#include <iconv.h> -+#include <giconv.h> - - #include <glib.h> - #include <libgnome/gnome-defs.h> |