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

Collapse All | Expand All

(-)/usr/portage/games-emulation/xmame/xmame-0.83.1.ebuild (-2 / +10 lines)
Lines 73-82 Link Here
73
				|| die "sed Makefile (joystick) failed"
73
				|| die "sed Makefile (joystick) failed"
74
		fi
74
		fi
75
		;;
75
		;;
76
	ppc|sparc|hppa)
76
	ppc)
77
		sed -i \
77
		sed -i \
78
			-e '/^MY_CPU/s:i386:risc:' Makefile \
78
			-e '/^MY_CPU/s:i386:risc:' Makefile \
79
			|| die "sed Makefile (ppc|sparc|hppa) failed"
79
			|| die "sed Makefile (ppc) failed"
80
		sed -i \
81
			-e '/^LD\t= $(CC) -Wl,-s/s:$: -Wl,--relax:' Makefile \
82
			|| die "sed Makefile (ppc) failed"
83
		;;
84
	sparc|hppa)
85
		sed -i \
86
			-e '/^MY_CPU/s:i386:risc:' Makefile \
87
			|| die "sed Makefile (sparc|hppa) failed"
80
		;;
88
		;;
81
	alpha)
89
	alpha)
82
		sed -i \
90
		sed -i \

Return to bug 49261