pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
mono-git: Add missing #endif
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Apr 18 02:09:56 2016 +0200
Changeset: 5e001c94a77f61d2724f5b669b0e63ef4831b255
Modified Files:
mono-git/distinfo
mono-git/patches/patch-mono_utils_mono-threads-netbsd.c
Log Message:
mono-git: Add missing #endif
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5e001c94a77f61d2724f5b669b0e63ef4831b255
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
mono-git/distinfo | 2 +-
mono-git/patches/patch-mono_utils_mono-threads-netbsd.c | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diffs:
diff --git a/mono-git/distinfo b/mono-git/distinfo
index 6253c95..ab5c73f 100644
--- a/mono-git/distinfo
+++ b/mono-git/distinfo
@@ -9,7 +9,7 @@ SHA1 (patch-mono_metadata_mono-perfcounters.c) = 6b4b4019e09e529c2f6f8faa3936e3a
SHA1 (patch-mono_utils_Makefile.am) = b3bf378d1576c98262dce0a1b08bf45d013fa323
SHA1 (patch-mono_utils_dlmalloc.c) = a1fcd65964e1e18418c97e1726058f1864a49de1
SHA1 (patch-mono_utils_mono-proclib.c) = 30739ccde2a25f5fd8dcf0e7d581443b6e175ade
-SHA1 (patch-mono_utils_mono-threads-netbsd.c) = 5163241337144f4c00b5e5a8709e992c50419991
+SHA1 (patch-mono_utils_mono-threads-netbsd.c) = 244d88cd407bc28f498bb2e35b44304a7c911325
SHA1 (patch-mono_utils_mono-threads-posix.c) = defe4aeede1ff8f3a2035b9a403fa3d5bad99147
SHA1 (patch-support_map.c) = 39a26cca54503d465fe89042433b7bfdb52104ab
SHA1 (patch-support_sys-mman.c) = 9d22f579a3f826faf5092b1c3ba0409bde419970
diff --git a/mono-git/patches/patch-mono_utils_mono-threads-netbsd.c b/mono-git/patches/patch-mono_utils_mono-threads-netbsd.c
index 5039038..6b9b5cc 100644
--- a/mono-git/patches/patch-mono_utils_mono-threads-netbsd.c
+++ b/mono-git/patches/patch-mono_utils_mono-threads-netbsd.c
@@ -1,8 +1,8 @@
$NetBSD$
---- mono/utils/mono-threads-netbsd.c.orig 2016-04-17 23:53:58.824548513 +0000
+--- mono/utils/mono-threads-netbsd.c.orig 2016-04-17 23:57:00.441950443 +0000
+++ mono/utils/mono-threads-netbsd.c
-@@ -0,0 +1,21 @@
+@@ -0,0 +1,22 @@
+#include <config.h>
+
+#if defined(__NetBSD__)
@@ -24,3 +24,4 @@ $NetBSD$
+ pthread_attr_getstack (&attr, (void**)staddr, stsize);
+ pthread_attr_destroy (&attr);
+}
++#endif
Home |
Main Index |
Thread Index |
Old Index