diff options
Diffstat (limited to 'lang/mit-scheme/files')
-rw-r--r-- | lang/mit-scheme/files/patch-configure | 11 | ||||
-rw-r--r-- | lang/mit-scheme/files/patch-microcode_config.h.in | 44 | ||||
-rw-r--r-- | lang/mit-scheme/files/patch-microcode_configure | 11 | ||||
-rw-r--r-- | lang/mit-scheme/files/patch-microcode_uxtrap.h | 17 | ||||
-rw-r--r-- | lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh | 9 |
5 files changed, 0 insertions, 92 deletions
diff --git a/lang/mit-scheme/files/patch-configure b/lang/mit-scheme/files/patch-configure deleted file mode 100644 index c7776f21702f..000000000000 --- a/lang/mit-scheme/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig -+++ configure -@@ -3444,7 +3444,7 @@ - vax) - mit_scheme_native_code=vax - ;; -- x86_64) -+ x86_64|amd64) - mit_scheme_native_code=x86-64 - ;; - *) diff --git a/lang/mit-scheme/files/patch-microcode_config.h.in b/lang/mit-scheme/files/patch-microcode_config.h.in deleted file mode 100644 index 94e9dce5024e..000000000000 --- a/lang/mit-scheme/files/patch-microcode_config.h.in +++ /dev/null @@ -1,44 +0,0 @@ ---- microcode/config.h.in.orig -+++ microcode/config.h.in -@@ -86,7 +86,7 @@ - #undef HAVE_FDATASYNC - - /* Define to 1 if you have the `feclearexcept' function. */ --#undef HAVE_FECLEAREXCEPT -+#define HAVE_FECLEAREXCEPT 1 - - /* Define to 1 if you have the `fedisableexcept' function. */ - #undef HAVE_FEDISABLEEXCEPT -@@ -101,10 +101,10 @@ - #undef HAVE_FEGETEXCEPT - - /* Define to 1 if you have the `fegetexceptflag' function. */ --#undef HAVE_FEGETEXCEPTFLAG -+#define HAVE_FEGETEXCEPTFLAG 1 - - /* Define to 1 if you have the `fegetround' function. */ --#undef HAVE_FEGETROUND -+#define HAVE_FEGETROUND 1 - - /* Define to 1 if you have the `feholdexcept' function. */ - #undef HAVE_FEHOLDEXCEPT -@@ -119,16 +119,16 @@ - #undef HAVE_FERAISEEXCEPT - - /* Define to 1 if you have the `fesetenv' function. */ --#undef HAVE_FESETENV -+#define HAVE_FESETENV 1 - - /* Define to 1 if you have the `fesetexceptflag' function. */ - #undef HAVE_FESETEXCEPTFLAG - - /* Define to 1 if you have the `fesetround' function. */ --#undef HAVE_FESETROUND -+#define HAVE_FESETROUND 1 - - /* Define to 1 if you have the `fetestexcept' function. */ --#undef HAVE_FETESTEXCEPT -+#define HAVE_FETESTEXCEPT 1 - - /* Define to 1 if you have the `feupdateenv' function. */ - #undef HAVE_FEUPDATEENV diff --git a/lang/mit-scheme/files/patch-microcode_configure b/lang/mit-scheme/files/patch-microcode_configure deleted file mode 100644 index 46395896f0bf..000000000000 --- a/lang/mit-scheme/files/patch-microcode_configure +++ /dev/null @@ -1,11 +0,0 @@ ---- microcode/configure.orig -+++ microcode/configure -@@ -5214,7 +5214,7 @@ - vax) - mit_scheme_native_code=vax - ;; -- x86_64) -+ x86_64|amd64) - mit_scheme_native_code=x86-64 - ;; - *) diff --git a/lang/mit-scheme/files/patch-microcode_uxtrap.h b/lang/mit-scheme/files/patch-microcode_uxtrap.h deleted file mode 100644 index 1674769557bb..000000000000 --- a/lang/mit-scheme/files/patch-microcode_uxtrap.h +++ /dev/null @@ -1,17 +0,0 @@ ---- microcode/uxtrap.h.orig -+++ microcode/uxtrap.h -@@ -413,6 +413,14 @@ - - #endif /* __IA32__ */ - -+#ifdef __x86_64__ -+ -+#if defined(__FreeBSD__) -+# include <ucontext.h> -+#endif -+ -+#endif /* __x86_64__ */ -+ - #ifdef __alpha - - #define HAVE_SIGCONTEXT diff --git a/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh b/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh deleted file mode 100644 index 50543be48300..000000000000 --- a/lang/mit-scheme/files/patch-src_etc_make-in-subdirs.sh +++ /dev/null @@ -1,9 +0,0 @@ ---- etc/make-in-subdirs.sh.orig 2011-05-02 01:50:30.000000000 +0000 -+++ etc/make-in-subdirs.sh -@@ -29,5 +29,5 @@ set -e - TARGET=${1} - shift - for SUBDIR in "${@}"; do -- run_cmd_in_dir "${SUBDIR}" make "${TARGET}" -+ run_cmd_in_dir "${SUBDIR}" gmake "${TARGET}" - done |