mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
- Don't install jni.h because java/classpath already does it
PR: ports/130585 Submitted by: Bjorn Konig <bkoenig@alpha-tierchen.de> (maintainer)
This commit is contained in:
parent
2bb8d91c26
commit
90a2d23704
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226330
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= jamvm
|
||||
PORTVERSION= 1.5.1
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -44,6 +44,7 @@ BROKEN= Does not configure on sparc64
|
||||
|
||||
post-extract:
|
||||
@${MV} ${WRKSRC}/src/arch/x86_64.h ${WRKSRC}/src/arch/amd64.h
|
||||
@${REINPLACE_CMD} -e "s,\(^include_HEADERS = .*\)jni.h\(.*\),\1\2," ${WRKSRC}/src/Makefile.in
|
||||
|
||||
post-configure:
|
||||
@${MV} ${WRKSRC}/src/os/bsd/x86_64 ${WRKSRC}/src/os/bsd/amd64
|
||||
|
@ -1,5 +1,4 @@
|
||||
bin/jamvm
|
||||
include/jni.h
|
||||
lib/libjvm.la
|
||||
lib/libjvm.a
|
||||
%%WITH_ZIP%%lib/rt.jar
|
||||
|
Loading…
x
Reference in New Issue
Block a user