mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Broken for !i386
Submitted by: kris via pointyhat
This commit is contained in:
parent
be870afa89
commit
f068172bab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177367
@ -20,6 +20,10 @@ WITH_JAVA_AWT= yes
|
||||
EXTRA_PATCHES+= ${.CURDIR}/files/patch-configure
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
.if ${MACHINE_ARCH} != i386
|
||||
BROKEN= Only for gcj supported platforms
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${SRCDIR}/libjava/configure
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${SRCDIR}/libjava/classpath/configure
|
||||
|
@ -20,6 +20,10 @@ WITH_JAVA_AWT= yes
|
||||
EXTRA_PATCHES+= ${.CURDIR}/files/patch-configure
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
|
||||
.if ${MACHINE_ARCH} != i386
|
||||
BROKEN= Only for gcj supported platforms
|
||||
.endif
|
||||
|
||||
pre-build:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${SRCDIR}/libjava/configure
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${SRCDIR}/libjava/classpath/configure
|
||||
|
Loading…
Reference in New Issue
Block a user