Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91218 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/dev-util/eclipse-sdk/eclipse-sdk-3.1_pre6.ebuild.orig (-2 / +2 lines)
Lines 17-23 Link Here
17
RDEPEND="
17
RDEPEND="
18
	|| ( >=virtual/jre-1.4.2 =dev-java/blackdown-jdk-1.4.2* )
18
	|| ( >=virtual/jre-1.4.2 =dev-java/blackdown-jdk-1.4.2* )
19
	>=x11-libs/gtk+-2.2.4
19
	>=x11-libs/gtk+-2.2.4
20
	mozilla? ( >=www-client/mozilla-1.4* )
20
	mozilla? ( || ( >=www-client/mozilla-1.4* >=www-client/mozilla-firefox-1.0.3 ) )
21
	jikes? ( >=dev-java/jikes-1.21 )
21
	jikes? ( >=dev-java/jikes-1.21 )
22
	gcj? ( >=sys-devel/gcc-4.0.0_beta20050305 )
22
	gcj? ( >=sys-devel/gcc-4.0.0_beta20050305 )
23
	gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* )"
23
	gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* )"
Lines 176-181 Link Here
176
		eerror "To disable embedded mozilla, remove \"mozilla\" from your USE flags."
176
		eerror "To disable embedded mozilla, remove \"mozilla\" from your USE flags."
177
		die "Need Mozilla compiled with gtk+-2.x support"
177
		die "Need Mozilla compiled with gtk+-2.x support"
178
	fi
178
	fi
179
	export GECKO_SDK=$mozilla_dir
179
}
180
}
180
181
181
function setup-dir-vars() {
182
function setup-dir-vars() {
Lines 287-293 Link Here
287
288
288
	export AWT_LIB_PATH=${awt_lib_path}
289
	export AWT_LIB_PATH=${awt_lib_path}
289
	export XTEST_LIB_PATH=/usr/X11R6/lib
290
	export XTEST_LIB_PATH=/usr/X11R6/lib
290
	export GECKO_SDK=/usr/lib/mozilla
291
	export GECKO_INCLUDES="-include ${GECKO_SDK}/include/mozilla-config.h \
291
	export GECKO_INCLUDES="-include ${GECKO_SDK}/include/mozilla-config.h \
292
			-I${GECKO_SDK}/include/nspr \
292
			-I${GECKO_SDK}/include/nspr \
293
			-I${GECKO_SDK}/include/nspr \
293
			-I${GECKO_SDK}/include/nspr \

Return to bug 91218