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

Collapse All | Expand All

(-)gtk+-1.2.10-r4.ebuild (-4 / +7 lines)
Lines 12-19 Link Here
12
         http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}"
12
         http://ftp.gnome.org/pub/GNOME/stable/sources/gtk+/${A}"
13
13
14
DEPEND="virtual/glibc virtual/x11
14
DEPEND="virtual/glibc virtual/x11
15
        >=dev-libs/glib-1.2.10"
15
        >=dev-libs/glib-1.2.10
16
16
		nls? ( sys-devel/gettext
17
		dev-util/intltool )"
17
18
18
src_unpack() {
19
src_unpack() {
19
20
Lines 27-37 Link Here
27
28
28
	local myconf
29
	local myconf
29
30
31
	use nls || myconf="${myconf} --disable-nls"
32
30
	if [ "${DEBUG}" ]
33
	if [ "${DEBUG}" ]
31
	then
34
	then
32
		myconf="--enable-debug=yes"
35
		myconf="${myconf} --enable-debug=yes"
33
	else
36
	else
34
		myconf="--enable-debug=no"
37
		myconf="${myconf} --enable-debug=no"
35
	fi
38
	fi
36
39
37
	./configure --host=${CHOST} 					\
40
	./configure --host=${CHOST} 					\

Return to bug 1011