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

Collapse All | Expand All

(-)yadex-1.7.0.ebuild (-1 / +3 lines)
Lines 22-30 Link Here
22
		-e '/iwad/s/local\///' \
22
		-e '/iwad/s/local\///' \
23
		"${S}"/yadex.cfg \
23
		"${S}"/yadex.cfg \
24
		|| die "sed yadex.cfg failed"
24
		|| die "sed yadex.cfg failed"
25
	epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch
25
	epatch "${FILESDIR}/${P}"-NULL-is-not-zero.patch \
26
		"${FILESDIR}/${P}"-elif.patch
26
	# Force the patched file to be old, otherwise the compile fails
27
	# Force the patched file to be old, otherwise the compile fails
27
	touch -t 196910101010 "${S}"/src/wadlist.cc
28
	touch -t 196910101010 "${S}"/src/wadlist.cc
29
	touch -t 196910101010 "${S}"/src/gfx.cc
28
}
30
}
29
31
30
src_configure() {
32
src_configure() {

Return to bug 274001