summaryrefslogtreecommitdiff
path: root/devel
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 /devel
parentae22c14e1abe388cf20ee7df54ec60e163cda60b (diff)
downloadpkgsrc-d5bfdf589d180eaace1eb2d4bc643e929323633a.tar.gz
DragonFly build fix. From Rumko in private mail.
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/distinfo4
-rw-r--r--devel/xulrunner/patches/patch-at4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 59b4eabc590..d6ef6846081 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.49 2011/08/18 18:31:09 tnn Exp $
+$NetBSD: distinfo,v 1.50 2011/08/21 23:21:33 tnn Exp $
SHA1 (firefox-6.0.source.tar.bz2) = abcb3cc3907d5217726f457085d00b3995fb469b
RMD160 (firefox-6.0.source.tar.bz2) = b1f586d4e9889f3b5449c00e4bf3340d3dcca0da
@@ -19,7 +19,7 @@ SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3
SHA1 (patch-as) = 8f6aadc77cd965f328b0c0284baea4e69d112e6b
-SHA1 (patch-at) = 957fe2024b96bea83d8e833feb8c1f0c03d0dd0a
+SHA1 (patch-at) = 4b07a03183c7a64f8779574c4768a7b4a366c740
SHA1 (patch-au) = e59d5c28c676e03fb8bb38e28c06a4fd4d44ab55
SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771
SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657
diff --git a/devel/xulrunner/patches/patch-at b/devel/xulrunner/patches/patch-at
index 3f1e68d648f..0a891a1e2ed 100644
--- a/devel/xulrunner/patches/patch-at
+++ b/devel/xulrunner/patches/patch-at
@@ -1,4 +1,4 @@
-$NetBSD: patch-at,v 1.3 2011/04/26 14:16:36 tnn Exp $
+$NetBSD: patch-at,v 1.4 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>