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

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- games-mud/wxmud/wxmud-9999.ebuild
0
++ games-mud/wxmud/wxmud-9999.ebuild
Lines 24-29 Link Here
24
src_unpack() {
24
src_unpack() {
25
	subversion_src_unpack
25
	subversion_src_unpack
26
	cd "${S}"
26
	cd "${S}"
27
28
	# fix underlinking
29
	sed \
30
		-e 's/^wxmud_LDADD = /wxmud_LDADD = @GTK_LIBS@ /' \
31
		-i src/Makefile.am || die "fixing Makefile failed!"
32
27
	AT_M4DIR="m4" eautoreconf
33
	AT_M4DIR="m4" eautoreconf
28
}
34
}
29
35

Return to bug 429930