*** old/eclipse-sdk-3.0.2.ebuild Tue Apr 12 18:25:25 2005 --- new/eclipse-sdk-3.0.2.ebuild Tue Apr 12 18:27:45 2005 *************** *** 356,372 **** bash build.sh -output eclipse-gtk -arch $ARCH || die "Failed to build eclipse-gtk" cd ${S}/"${gtk_swt_src_dir}" ! bash ./build.sh make_swt || die "Failed to build platform-independent SWT support" ! bash ./build.sh make_atk || die "Failed to build atk support" if use gnome ; then einfo "Building GNOME VFS support" ! bash ./build.sh make_gnome || die "Failed to build GNOME VFS support" fi if use mozilla ; then einfo "Building Mozilla component" ! bash ./build.sh make_mozilla || die "Failed to build Mozilla support" fi # move the *.so files to the right path so eclipse can find them --- 356,372 ---- bash build.sh -output eclipse-gtk -arch $ARCH || die "Failed to build eclipse-gtk" cd ${S}/"${gtk_swt_src_dir}" ! make -f make_linux.mak make_swt || die "Failed to build platform-independent SWT support" ! make -f make_linux.mak make_atk || die "Failed to build atk support" if use gnome ; then einfo "Building GNOME VFS support" ! make -f make_linux.mak make_gnome || die "Failed to build GNOME VFS support" fi if use mozilla ; then einfo "Building Mozilla component" ! make -f make_linux.mak make_mozilla || die "Failed to build Mozilla support" fi # move the *.so files to the right path so eclipse can find them