Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 91071
Collapse All | Expand All

(-)groff-1.19.1-r2.ebuild.orig (-3 / +5 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/sys-apps/groff/groff-1.19.1-r2.ebuild,v 1.13 2005/04/27 03:47:17 vapier Exp $
3
# $Header: $
4
4
5
inherit eutils flag-o-matic toolchain-funcs
5
inherit eutils flag-o-matic toolchain-funcs x11-prefix
6
6
7
MB_PATCH="groff_1.18.1-7" #"${P/-/_}-7"
7
MB_PATCH="groff_1.18.1-7" #"${P/-/_}-7"
8
DESCRIPTION="Text formatter used for man pages"
8
DESCRIPTION="Text formatter used for man pages"
Lines 57-63 Link Here
57
	fi
57
	fi
58
	# Only build X stuff if we have X installed, but do 
58
	# Only build X stuff if we have X installed, but do 
59
	# not depend on it, else we get circular deps :(
59
	# not depend on it, else we get circular deps :(
60
	if ! use X || [ ! -x /usr/X11R6/bin/xmkmf ] ; then
60
	if ! use X || [ ! -x ${X11_PREFIX}/bin/xmkmf ] ; then
61
		touch .dont-build-X
61
		touch .dont-build-X
62
	fi
62
	fi
63
}
63
}
Lines 88-93 Link Here
88
	if [ ! -f .dont-build-X ] ; then
88
	if [ ! -f .dont-build-X ] ; then
89
		cd ${S}/src/xditview
89
		cd ${S}/src/xditview
90
		xmkmf || die
90
		xmkmf || die
91
		# do not install the html man page in the xorg-x11 doc dir:
92
		fix_Imake_Makefile
91
		make depend all || die
93
		make depend all || die
92
	fi
94
	fi
93
}
95
}

Return to bug 91071