mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
gcc: gcc-gcj: add eclipse-ecj to depends.
This commit is contained in:
parent
1ce29424fd
commit
b54ea6cff1
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ fi # !x86_64
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
|
||||||
gcc-gcj_package() {
|
gcc-gcj_package() {
|
||||||
depends="gcc>=${_majorver} libgcj-devel>=${_majorver}"
|
depends="gcc>=${_majorver} libgcj-devel>=${_majorver} eclipse-ecj"
|
||||||
short_desc="GCC Java compiler frontend"
|
short_desc="GCC Java compiler frontend"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
for f in gcj jv-convert gjarsigner gjar grmic jcf-dump \
|
for f in gcj jv-convert gjarsigner gjar grmic jcf-dump \
|
||||||
|
|
Loading…
Add table
Reference in a new issue