aboutsummaryrefslogtreecommitdiffstats
path: root/lang/hugs/files
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2006-05-29 00:20:42 +0800
committervs <vs@FreeBSD.org>2006-05-29 00:20:42 +0800
commitfff07b9e81a48736757c7a2f9b0448dde7967094 (patch)
treec6145488e050f0640e60aef4bd4293ad4f6701b8 /lang/hugs/files
parent996097eab935935b8b898f1736678b1cabeb90c9 (diff)
downloadfreebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.tar.gz
freebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.tar.zst
freebsd-ports-gnome-fff07b9e81a48736757c7a2f9b0448dde7967094.zip
Chase re-rolled tarball: necessary patches have been integrated
Diffstat (limited to 'lang/hugs/files')
-rw-r--r--lang/hugs/files/patch-builtin.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/lang/hugs/files/patch-builtin.c b/lang/hugs/files/patch-builtin.c
deleted file mode 100644
index 8fbc5a92d4e0..000000000000
--- a/lang/hugs/files/patch-builtin.c
+++ /dev/null
@@ -1,30 +0,0 @@
---- ./src/builtin.c 2005/09/16 16:03:46 1.91
-+++ ./src/builtin.c 2006/05/19 21:20:51 1.92
-@@ -7,8 +7,8 @@
- * the license in the file "License", which is included in the distribution.
- *
- * $RCSfile: builtin.c,v $
-- * $Revision: 1.91 $
-- * $Date: 2005/09/16 16:03:46 $
-+ * $Revision: 1.92 $
-+ * $Date: 2006/05/19 21:20:51 $
- * ------------------------------------------------------------------------*/
-
- /* We include math.h before prelude.h because SunOS 4's cpp incorrectly
-@@ -1988,6 +1988,7 @@ static struct thunk_data* foreignThunks
- to return to it before tail jumping from the adjustor thunk.
- */
- static unsigned char *obscure_ccall_ret_code; /* set by initAdjustor() */
-+#endif /* i386_HOST_ARCH */
-
- /* Heavily arch-specific, I'm afraid.. */
-
-@@ -2024,8 +2025,6 @@ static void* local mallocBytesRWX(int le
- return addr;
- }
-
--#endif /* i386_HOST_ARCH */
--
- /* Perform initialisation of adjustor thunk layer (if needed). */
- static void local initAdjustor() {
- #if i386_HOST_ARCH