summaryrefslogtreecommitdiff
path: root/www/seamonkey
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2011-08-21 23:21:33 +0000
committertnn <tnn@pkgsrc.org>2011-08-21 23:21:33 +0000
commitd5bfdf589d180eaace1eb2d4bc643e929323633a (patch)
treea3f1e0a3f3399b0cc71e1ac415e7f864f3b880c2 /www/seamonkey
parentae22c14e1abe388cf20ee7df54ec60e163cda60b (diff)
downloadpkgsrc-d5bfdf589d180eaace1eb2d4bc643e929323633a.tar.gz
DragonFly build fix. From Rumko in private mail.
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/distinfo4
-rw-r--r--www/seamonkey/patches/patch-at4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/seamonkey/distinfo b/www/seamonkey/distinfo
index ef2732027e0..cfc0be0bf03 100644
--- a/www/seamonkey/distinfo
+++ b/www/seamonkey/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.66 2011/08/19 11:59:40 tnn Exp $
+$NetBSD: distinfo,v 1.67 2011/08/21 23:21:34 tnn Exp $
SHA1 (seamonkey-2.3.source.tar.bz2) = 6f39901767e234d2af43bacf0ffcdde8b0c3b814
RMD160 (seamonkey-2.3.source.tar.bz2) = 02489249dd23fdabca4168ca274e6f9256792691
@@ -20,7 +20,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/www/seamonkey/patches/patch-at b/www/seamonkey/patches/patch-at
index a2cb4631fd6..26380e054f2 100644
--- a/www/seamonkey/patches/patch-at
+++ b/www/seamonkey/patches/patch-at
@@ -1,4 +1,4 @@
-$NetBSD: patch-at,v 1.6 2011/07/11 20:46:36 tnn Exp $
+$NetBSD: patch-at,v 1.7 2011/08/21 23:21:34 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>