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

(-)/usr/portage/app-emulation/dosemu/dosemu-1.4.1_pre20091009.ebuild (+3 lines)
Lines 39-44 Link Here
39
39
40
	# Fix compilation on hardened
40
	# Fix compilation on hardened
41
	append-flags -fno-pic
41
	append-flags -fno-pic
42
	append-ldflags -nopie
43
	sed -i 's#  if (fread(&bsd,sizeof(gnu),1,f) != 1 ) {#  if (fread(\&bsd,sizeof(bsd),1,f) != 1 ) {#' \
44
		src/tools/tools86.c || die "sed failed on src/tools/tools86.c"
42
45
43
	unset KERNEL
46
	unset KERNEL
44
47

Return to bug 392261