diff options
author | tnn <tnn@pkgsrc.org> | 2011-08-21 23:21:33 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-08-21 23:21:33 +0000 |
commit | d5bfdf589d180eaace1eb2d4bc643e929323633a (patch) | |
tree | a3f1e0a3f3399b0cc71e1ac415e7f864f3b880c2 /mail | |
parent | ae22c14e1abe388cf20ee7df54ec60e163cda60b (diff) | |
download | pkgsrc-d5bfdf589d180eaace1eb2d4bc643e929323633a.tar.gz |
DragonFly build fix. From Rumko in private mail.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/thunderbird/distinfo | 4 | ||||
-rw-r--r-- | mail/thunderbird/patches/patch-at | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/thunderbird/distinfo b/mail/thunderbird/distinfo index 05dd1431e2e..c3e2bafb029 100644 --- a/mail/thunderbird/distinfo +++ b/mail/thunderbird/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.81 2011/08/19 14:39:09 tnn Exp $ +$NetBSD: distinfo,v 1.82 2011/08/21 23:21:33 tnn Exp $ SHA1 (enigmail-1.2.1.tar.gz) = 44ea48d881a936dd72d1f974b56f31632c5ed91a RMD160 (enigmail-1.2.1.tar.gz) = b712e964e71c3b4dd14018b33ee1d985ba4fef8b @@ -23,7 +23,7 @@ SHA1 (patch-am) = 81bcda476a7b54050ed1ae87bd47cf9de8f19919 SHA1 (patch-an) = e30362e1a07c6c8e96dc81d134517685c3f19ca9 SHA1 (patch-ao) = 42c268711a8bb24c3bde3c5bf74bb5a9f73ff21a SHA1 (patch-as) = 183d36e92ea6fd3142344b057a7335044ef5c1c3 -SHA1 (patch-at) = fbc5f5fd4d242d4178406d427b848aca205792c5 +SHA1 (patch-at) = 32fcebfa1f3778a1fa1e020002060db433e8491b SHA1 (patch-au) = 1bf6913c702c7d586d73603597efae0e39f2b49f SHA1 (patch-av) = 2cb2e3d5b94f7b83117eb752d4410638daa6ae73 SHA1 (patch-aw) = 55d2769dfb6d0c65bd2072c1a7c82cfef0fd5404 diff --git a/mail/thunderbird/patches/patch-at b/mail/thunderbird/patches/patch-at index 2537e39bdba..4b95d2dc6f3 100644 --- a/mail/thunderbird/patches/patch-at +++ b/mail/thunderbird/patches/patch-at @@ -1,4 +1,4 @@ -$NetBSD: patch-at,v 1.5 2011/08/19 14:39:09 tnn Exp $ +$NetBSD: patch-at,v 1.6 2011/08/21 23:21:33 tnn Exp $ Avoid silly redefinitions of standard types on NetBSD. @@ -8,7 +8,7 @@ Avoid silly redefinitions of standard types on NetBSD. #if defined (__SVR4) && defined (__sun) /* int_types.h gets included somehow, so avoid redefining the types differently */ #include <sys/int_types.h> -+#elif defined(__NetBSD__) ++#elif defined(__NetBSD__) || defined(__DragonFly__) +#include <stdint.h> #elif defined (_AIX) #include <sys/types.h> |