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

Collapse All | Expand All

(-)seyon-2.20c-old.ebuild (+3 lines)
Lines 13-18 Link Here
13
DEPEND="virtual/x11"
13
DEPEND="virtual/x11"
14
#RDEPEND=""
14
#RDEPEND=""
15
15
16
#S=${WORKDIR}/${PN}
17
16
src_compile() {
18
src_compile() {
17
	epatch ${FILESDIR}/seyon-compile-fix.patch
19
	epatch ${FILESDIR}/seyon-compile-fix.patch
18
	export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin/"
20
	export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin/"
Lines 24-29 Link Here
24
26
25
src_install() {
27
src_install() {
26
	make DESTDIR=${D} install || die	 
28
	make DESTDIR=${D} install || die	 
29
	make DESTDIR=${D} install.man
27
}
30
}
28
31
29
DOCS="1-BUGREPORT 1-CHANGES 1-COPYING 1-FAQ 1-HISTORY 1-INSTALL 1-PORTING 1-README 1-SURVEY 1-TODO COPYING"
32
DOCS="1-BUGREPORT 1-CHANGES 1-COPYING 1-FAQ 1-HISTORY 1-INSTALL 1-PORTING 1-README 1-SURVEY 1-TODO COPYING"

Return to bug 38264