diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 15:25:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-30 15:25:14 +0800 |
commit | fdc0a026d059fa289690766a8e84e7fa88b14f1b (patch) | |
tree | 52ca21478feadeb8fd314e41c5d3ceca9ed117fc /mail/gmime24/files/patch-tests__test-mime.c | |
parent | 32b2c817e63f9d5946a2565be95726c1d0af7ff1 (diff) | |
download | marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.gz marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.tar.zst marcuscom-ports-fdc0a026d059fa289690766a8e84e7fa88b14f1b.zip |
Make it build with new deprications. Also missing pkg-config at build time.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17252 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/gmime24/files/patch-tests__test-mime.c')
-rw-r--r-- | mail/gmime24/files/patch-tests__test-mime.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/gmime24/files/patch-tests__test-mime.c b/mail/gmime24/files/patch-tests__test-mime.c new file mode 100644 index 000000000..35067da0a --- /dev/null +++ b/mail/gmime24/files/patch-tests__test-mime.c @@ -0,0 +1,10 @@ +--- tests/test-mime.c.orig Mon Feb 12 15:48:32 2007 ++++ tests/test-mime.c Mon Feb 12 15:49:04 2007 +@@ -21,6 +21,7 @@ + #include <stdio.h> + #include <string.h> + ++#include <config.h> + #include <gmime/gmime.h> + + #ifndef G_OS_WIN32 |