summaryrefslogtreecommitdiff
path: root/lang/ruby19/files/patch-cont.c
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-02-24 20:10:42 +0000
committerRene Ladan <rene@FreeBSD.org>2015-02-24 20:10:42 +0000
commit22f0609652b4c9e29f2909b46e4f60433e6c687b (patch)
treed9c601b697fec73031417f23b6671e6038b4eca0 /lang/ruby19/files/patch-cont.c
parent- Update to 0.10.2 [1] (diff)
Remove lang/ruby19 which reached its end-of-life on 2015-02-23
Add a note to UPDATING for ruby19 users. Differential Revision: https://reviews.freebsd.org/D1954 Submitted by: myself Reviewed by: ruby (swills, sunpoet) Approved by: ruby (swills)
Notes
Notes: svn path=/head/; revision=379837
Diffstat (limited to 'lang/ruby19/files/patch-cont.c')
-rw-r--r--lang/ruby19/files/patch-cont.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/ruby19/files/patch-cont.c b/lang/ruby19/files/patch-cont.c
deleted file mode 100644
index e1323213601d..000000000000
--- a/lang/ruby19/files/patch-cont.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- cont.c.orig 2012-02-16 22:31:17.691397569 -0500
-+++ cont.c 2012-02-16 22:31:31.507395417 -0500
-@@ -15,7 +15,7 @@
- #include "gc.h"
- #include "eval_intern.h"
-
--#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE)
-+#if ((defined(_WIN32) && _WIN32_WINNT >= 0x0400) || (defined(HAVE_GETCONTEXT) && defined(HAVE_SETCONTEXT))) && !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(sun) && !defined(FIBER_USE_NATIVE)
- #define FIBER_USE_NATIVE 1
-
- /* FIBER_USE_NATIVE enables Fiber performance improvement using system