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

Collapse All | Expand All

(-)gnome-pilot-0.1.64.ebuild (-1 / +15 lines)
Lines 11-25 Link Here
11
11
12
DEPEND=">=gnome-base/gnome-core-1.4.0.4-r1
12
DEPEND=">=gnome-base/gnome-core-1.4.0.4-r1
13
	>=gnome-base/control-center-1.4.0.1-r1
13
	>=gnome-base/control-center-1.4.0.1-r1
14
	>=dev-libs/pilot-link-0.9.6"
14
	>=dev-libs/pilot-link-0.9.6
15
	nls? ( sys-devel/gettext )"
15
16
16
src_compile() {
17
src_compile() {
18
	local myopts
19
17
	CFLAGS="${CFLAGS} `gnome-config --cflags libglade vfs`"
20
	CFLAGS="${CFLAGS} `gnome-config --cflags libglade vfs`"
21
22
	if [ "`use nls`" ]
23
	then
24
		myopts="--enable-nls"
25
	else
26
		myopts="--disable-nls"
27
	fi
28
29
	mkdir intl && touch intl/libgettext.h
18
	
30
	
19
	./configure --prefix=/usr	 				\
31
	./configure --prefix=/usr	 				\
20
		    --with-gnome-libs=/usr/lib				\
32
		    --with-gnome-libs=/usr/lib				\
33
		    --mandir=/usr/share/man	 			\
21
		    --sysconfdir=/etc		 			\
34
		    --sysconfdir=/etc		 			\
22
		    --enable-usb-visor=yes 				\
35
		    --enable-usb-visor=yes 				\
36
		    ${myopts}		 				\
23
		    --host=${CHOST} || die
37
		    --host=${CHOST} || die
24
38
25
	emake || die
39
	emake || die

Return to bug 1280