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

(-)/usr/portage/dev-libs/boost/boost-1.32.0.ebuild (+12 lines)
Lines 59-64 Link Here
59
		--prefix=${D}/usr \
59
		--prefix=${D}/usr \
60
		install
60
		install
61
61
62
	# Remove redundant files
63
	rm -f ${D}/usr/lib/libboost*1_32.a
64
	rm -f ${D}/usr/lib/libboost*.so
65
	# Make symlinks to proper libraries
66
	for i in ${D}/usr/lib/libboost*.${PV}
67
	    do ln -s $i `echo $i | sed 's/\(.*\)-1_32\(.*\).1.32.0/\1\2/'`
68
	done
69
	# Symlink to *-mt-d versions for default linking
70
	for i in ${D}/usr/lib/libboost*-mt-d.{so,a}
71
	    do ln -s $i `echo $i | sed 's/\(.*\)-gcc.*\(\.so\|\.a\)/\1\2/'`
72
	done
73
62
	# Install documentation; seems to be mostly under ${S}/lib
74
	# Install documentation; seems to be mostly under ${S}/lib
63
	   # install documentation
75
	   # install documentation
64
	dodoc README
76
	dodoc README

Return to bug 74048