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

Collapse All | Expand All

(-)empathy-0.12.orig/configure.ac (-1 / +6 lines)
Lines 177-183 if test "x$have_python" = "xno"; then Link Here
177
	enable_python="no (missing dependencies)"
177
	enable_python="no (missing dependencies)"
178
else
178
else
179
	if test "x$enable_python" != "xno"; then
179
	if test "x$enable_python" != "xno"; then
180
		enable_python="yes"
180
		AM_PATH_PYTHON
181
		if test -z "$PYTHON" ; then
182
			enable_python="no"
183
		else
184
			enable_python="yes"
185
		fi
181
	else
186
	else
182
		enable_python="no (disabled)"
187
		enable_python="no (disabled)"
183
	fi
188
	fi
(-)empathy-0.12.orig/python/pyempathy/Makefile.am (-1 / +1 lines)
Lines 12-18 AM_CPPFLAGS = Link Here
12
BUILT_SOURCES = 					\
12
BUILT_SOURCES = 					\
13
	pyempathy.c					
13
	pyempathy.c					
14
14
15
pyempathydir = $(prefix)/lib/`pyversions -d`/site-packages
15
pyempathydir = $(pyexecdir)
16
pyempathy_LTLIBRARIES = empathy.la
16
pyempathy_LTLIBRARIES = empathy.la
17
17
18
empathy_la_SOURCES =					\
18
empathy_la_SOURCES =					\
(-)empathy-0.12.orig/python/pyempathygtk/Makefile.am (-1 / +1 lines)
Lines 11-17 AM_CPPFLAGS = Link Here
11
BUILT_SOURCES = 					\
11
BUILT_SOURCES = 					\
12
	pyempathygtk.c					
12
	pyempathygtk.c					
13
13
14
pyempathygtkdir = $(prefix)/lib/`pyversions -d`/site-packages
14
pyempathygtkdir = $(pyexecdir)
15
pyempathygtk_LTLIBRARIES = empathygtk.la
15
pyempathygtk_LTLIBRARIES = empathygtk.la
16
16
17
empathygtk_la_SOURCES =					\
17
empathygtk_la_SOURCES =					\

Return to bug 190465