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

(-)emul-linux-x86-xlibs-1.2-r6.ebuild.orig (+5 lines)
Lines 43-48 Link Here
43
43
44
	dosed "s:^libdir=.*$:libdir=\'/emul/linux/x86/usr/lib\':" /emul/linux/x86/usr/lib/libGLU.la
44
	dosed "s:^libdir=.*$:libdir=\'/emul/linux/x86/usr/lib\':" /emul/linux/x86/usr/lib/libGLU.la
45
45
46
	# Create some missing symlinks (bug 81045)
47
	cd ${D}/emul/linux/x86/usr/lib
48
	ln -s `readlink libX11.so.6` libX11.so
49
	ln -s `readlink libXext.so.6` libXext.so
50
46
	chown -R root:root ${D}
51
	chown -R root:root ${D}
47
}
52
}
48
53

Return to bug 81045