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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +7 lines)
Line  Link Here
0
-- /usr/portage/x11-misc/xscreensaver/xscreensaver-5.22.ebuild
0
++ /usr/local/portage/x11-misc/xscreensaver/xscreensaver-5.22.ebuild
Lines 12-18 Link Here
12
LICENSE="BSD"
12
LICENSE="BSD"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
14
KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
15
IUSE="gdm jpeg new-login opengl pam +perl selinux suid xinerama"
15
IUSE="gdm jpeg new-login nls opengl pam +perl selinux suid xinerama"
16
16
17
COMMON_DEPEND="dev-libs/libxml2
17
COMMON_DEPEND="dev-libs/libxml2
18
	>=gnome-base/libglade-2
18
	>=gnome-base/libglade-2
Lines 48-54 Link Here
48
	dev-util/intltool
48
	dev-util/intltool
49
	virtual/pkgconfig
49
	virtual/pkgconfig
50
	sys-devel/bc
50
	sys-devel/bc
51
	sys-devel/gettext
51
	nls? ( sys-devel/gettext )
52
	x11-proto/recordproto
52
	x11-proto/recordproto
53
	x11-proto/scrnsaverproto
53
	x11-proto/scrnsaverproto
54
	x11-proto/xextproto
54
	x11-proto/xextproto
Lines 114-119 Link Here
114
		--without-kerberos \
114
		--without-kerberos \
115
		--x-includes="${EPREFIX}"/usr/include \
115
		--x-includes="${EPREFIX}"/usr/include \
116
		--x-libraries="${EPREFIX}"/usr/$(get_libdir)
116
		--x-libraries="${EPREFIX}"/usr/$(get_libdir)
117
118
	if ! use nls; then
119
		sed -i -e 's/#define ENABLE_NLS 1/#undef ENABLE_NLS/' ${S}/config.h || die 'NLS disable failed'
120
	fi
117
}
121
}
118
122
119
src_install() {
123
src_install() {

Return to bug 499942