View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/games-puzzle/xwelltris/xwelltris-1.0.1.ebuild (-1 / +7 lines)
 Lines 30-38    Link Here 
		x11-libs/libX11
		x11-libs/libX11
		virtual/x11 )"
		virtual/x11 )"
src_unpack() {
	unpack ${A}
	cd "${S}"
	sed -i '/INSTALL_PROGRAM/s/-s //' src/Make.common.in || die "sed failed"
}
src_compile() {
src_compile() {
	# configure/build process is pretty messed up
	# configure/build process is pretty messed up
	egamesconf $(use_with sdl) || die
	egamesconf $(use_with sdl) || die "egamesconf failed"
	sed -i \
	sed -i \
		-e "/GLOBAL_SEARCH/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \
		-e "/GLOBAL_SEARCH/s:\".*\":\"${GAMES_DATADIR}/${PN}\":" \
			src/include/globals.h \
			src/include/globals.h \