Browse Source

update jamvm to latest upstream version

Waldemar Brodkorb 14 years ago
parent
commit
e54d2ebe4c
2 changed files with 4 additions and 14 deletions
  1. 4 4
      package/jamvm/Makefile
  2. 0 10
      package/jamvm/patches/patch-configure_ac

+ 4 - 4
package/jamvm/Makefile

@@ -4,13 +4,13 @@
 include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		jamvm
-PKG_VERSION:=		1.5.3
+PKG_VERSION:=		1.5.4
 PKG_RELEASE:=		1
-PKG_BUILDDEP+=		libffi zlib
-PKG_MD5SUM:=		ce886163658d748113b0570dfae12aea
+PKG_MD5SUM:=		7654e9657691f5f09c4f481ed4686176
 PKG_DESCR:=		A Java Virtual Machine (JVM) implementation
 PKG_SECTION:=		misc
 PKG_DEPENDS:=		libffi zlib
+PKG_BUILDDEP+=		libffi zlib
 PKG_URL:=		http://jamvm.sourceforge.net
 PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=jamvm/}
 
@@ -18,7 +18,7 @@ include ${TOPDIR}/mk/package.mk
 
 $(eval $(call PKG_template,JAMVM,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
 
-CONFIGURE_STYLE=	autotool gnu
+CONFIGURE_STYLE:=	gnu
 CONFIGURE_ARGS+=	--enable-ffi
 
 do-build:

+ 0 - 10
package/jamvm/patches/patch-configure_ac

@@ -1,10 +0,0 @@
---- jamvm-1.5.3.orig/configure.ac	2009-04-14 03:05:57.000000000 +0200
-+++ jamvm-1.5.3/configure.ac	2009-08-28 14:10:40.855322815 +0200
-@@ -39,6 +39,7 @@ i386-*-solaris*) host_cpu=x86 host_os=so
- x86_64-*-linux*) host_os=linux ;;
- hppa*-*-linux*) host_cpu=parisc host_os=linux ;;
- mipsel-*-linux*) host_cpu=mips host_os=linux ;;
-+mips64el-*-linux*) host_cpu=mips host_os=linux ;;
- amd64-*-openbsd*) host_os=bsd libdl_needed=no ;;
- amd64-*-freebsd*) host_os=bsd libdl_needed=no ;;
- arm*-*-linux*) host_cpu=arm host_os=linux ;;