From 7a0ea3cbfce98ea07aec7786fa8de93cd3deddad Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 8 Dec 2006 16:30:37 +0000 Subject: [PATCH] fix jamvm compile on mips (#1031) git-svn-id: svn://svn.openwrt.org/openwrt/packages@5725 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- lang/jamvm/patches/100-jamvm-mips.patch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lang/jamvm/patches/100-jamvm-mips.patch b/lang/jamvm/patches/100-jamvm-mips.patch index 8feebc4f7..960dc6ed8 100644 --- a/lang/jamvm/patches/100-jamvm-mips.patch +++ b/lang/jamvm/patches/100-jamvm-mips.patch @@ -68,7 +68,7 @@ diff -urN jamvm-1.4.0-orig/src/arch/Makefile.in jamvm-1.4.0/src/arch/Makefile.in diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h --- jamvm-1.4.0-orig/src/arch/mips.h 1970-01-01 01:00:00.000000000 +0100 +++ jamvm-1.4.0/src/arch/mips.h 2005-11-29 22:31:08.000000000 +0100 -@@ -0,0 +1,70 @@ +@@ -0,0 +1,69 @@ +/* + * Copyright (C) 2003, 2004, 2005 Robert Lougher . + * @@ -92,7 +92,6 @@ diff -urN jamvm-1.4.0-orig/src/arch/mips.h jamvm-1.4.0/src/arch/mips.h +#define OS_ARCH "mips" + +#include -+#include + +/* Override default min and max heap sizes. mips machines are + usually embedded, and the standard defaults are too large. */ -- 2.11.0