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

(-)medusa-0.5.1-r2.ebuild (-1 / +7 lines)
Lines 11-16 Link Here
11
DEPEND=">=gnome-base/gnome-vfs-1.0.2-r1"
11
DEPEND=">=gnome-base/gnome-vfs-1.0.2-r1"
12
12
13
src_compile() {
13
src_compile() {
14
15
	local myconf
16
17
	use nls || myconf="${myconf} --disable-nls"
18
14
	CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0"
19
	CFLAGS="${CFLAGS} -I/usr/include/gnome-1.0"
15
20
16
	./configure --host=${CHOST} 					\
21
	./configure --host=${CHOST} 					\
Lines 20-26 Link Here
20
		    --infodir=/usr/share/info				\
25
		    --infodir=/usr/share/info				\
21
		    --sharedstatedir=/var/lib 				\
26
		    --sharedstatedir=/var/lib 				\
22
		    --localstatedir=/var/lib 				\
27
		    --localstatedir=/var/lib 				\
23
		    --enable-prefer-db1 || die
28
		    --enable-prefer-db1 			\
29
			${myconf} || die
24
30
25
	# uid_t and gid_t is not #defined, fix
31
	# uid_t and gid_t is not #defined, fix
26
	mv libmedusa/medusa-file-info-utilities.h \
32
	mv libmedusa/medusa-file-info-utilities.h \

Return to bug 1011