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

(-)/usr/portage/www-servers/fnord/fnord-1.8.ebuild (-2 / +3 lines)
Lines 12-22 Link Here
12
	mirror://gentoo/${P}-gentoo.diff"
12
	mirror://gentoo/${P}-gentoo.diff"
13
HOMEPAGE="http://www.fefe.de/fnord/"
13
HOMEPAGE="http://www.fefe.de/fnord/"
14
14
15
KEYWORDS="~x86 ~sparc ppc"
15
KEYWORDS="x86 ~sparc ppc"
16
SLOT="0"
16
SLOT="0"
17
LICENSE="GPL-2"
17
LICENSE="GPL-2"
18
18
19
DEPEND="dev-libs/dietlibc"
19
DEPEND="!uclibc? ( dev-libs/dietlibc )"
20
RDEPEND="sys-apps/daemontools"
20
RDEPEND="sys-apps/daemontools"
21
21
22
pkg_setup() {
22
pkg_setup() {
Lines 37-42 Link Here
37
37
38
	unpack ${A} ; cd ${S}
38
	unpack ${A} ; cd ${S}
39
	sed -i "s:^CFLAGS=-O.*:CFLAGS=${CFLAGS}:" Makefile
39
	sed -i "s:^CFLAGS=-O.*:CFLAGS=${CFLAGS}:" Makefile
40
	use uclibc && sed -i "s:^DIET=.*:DIET=:" Makefile
40
41
41
	patch -p0 < ${DISTDIR}/${PF}-gentoo.diff
42
	patch -p0 < ${DISTDIR}/${PF}-gentoo.diff
42
}
43
}

Return to bug 67278