diff options
author | obache <obache@pkgsrc.org> | 2010-12-29 10:42:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-12-29 10:42:35 +0000 |
commit | ee9edfc4c2a56f72c291d97ca5a46fdfbbda8091 (patch) | |
tree | d05012e286f411349c6c3ef52e19a8c94c17b9ad /lang | |
parent | 00ea54674e0ff4463657adca5a83b728b08a6ced (diff) | |
download | pkgsrc-ee9edfc4c2a56f72c291d97ca5a46fdfbbda8091.tar.gz |
one more DragonFly regression fix.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/mono/distinfo | 4 | ||||
-rw-r--r-- | lang/mono/patches/patch-di | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/mono/distinfo b/lang/mono/distinfo index c5265475876..2f63cd2ced8 100644 --- a/lang/mono/distinfo +++ b/lang/mono/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.73 2010/12/29 08:24:18 obache Exp $ +$NetBSD: distinfo,v 1.74 2010/12/29 10:42:35 obache Exp $ SHA1 (mono-2.8.1.tar.bz2) = c46f9d8282803e8fd137acdb126e34421762b13c RMD160 (mono-2.8.1.tar.bz2) = 1d3c2a71fa46fcb93f201cdce2a19407cb1cd2ef @@ -38,7 +38,7 @@ SHA1 (patch-de) = d9867210a90389ff9ff5b9376b7091f923960973 SHA1 (patch-df) = b817bb4dd09c4490efba749bf9c4a663253da11b SHA1 (patch-dg) = bb400ea08a07b24797af16e926a430e493203e51 SHA1 (patch-dh) = 9d1603cb55658a378cf4af29e41d6215f6a080c9 -SHA1 (patch-di) = 67a4054c3e860f6f79050a8b8e571f1495d3feeb +SHA1 (patch-di) = 925b26e848f5f25376a21948d0627e987cfaa467 SHA1 (patch-dj) = acff1ca9b38b1c21ed545bcd4fb806c69e40c409 SHA1 (patch-dk) = 7111c77894ff94264e668019d1010f659350f2cd SHA1 (patch-dl) = fc9cd48c070dbecad68cfe7d45eea59a3e6023d9 diff --git a/lang/mono/patches/patch-di b/lang/mono/patches/patch-di index c991eb8d6bf..b85911e0ec9 100644 --- a/lang/mono/patches/patch-di +++ b/lang/mono/patches/patch-di @@ -1,4 +1,4 @@ -$NetBSD: patch-di,v 1.3 2010/04/29 08:44:30 kefren Exp $ +$NetBSD: patch-di,v 1.4 2010/12/29 10:42:35 obache Exp $ --- mono/tests/libtest.c.orig 2010-04-22 18:37:47.000000000 +0300 +++ mono/tests/libtest.c 2010-04-29 10:55:04.000000000 +0300 @@ -3190,7 +3190,7 @@ @@ -6,7 +6,7 @@ $NetBSD: patch-di,v 1.3 2010/04/29 08:44:30 kefren Exp $ */ -#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__FreeBSD__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__))) -+#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__NetBSD__) || defined (__FreeBSD__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__))) ++#if defined(__GNUC__) && ((defined(__i386__) && (defined(__linux__) || defined (__APPLE__)) || defined (__NetBSD__) || defined (__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)) || (defined(__ppc__) && defined(__APPLE__))) #define ALIGN(size) __attribute__ ((aligned(size))) #else #define ALIGN(size) |