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

(-)/usr/portage/dev-libs/ace/ace-5.7.2.ebuild (-2 / +3 lines)
Lines 53-60 Link Here
53
src_install() {
53
src_install() {
54
	cd build
54
	cd build
55
	emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
55
	emake ACE_ROOT="${S}" DESTDIR="${D}" install || die "failed to install"
56
	# punt gperf stuff
56
	# punt most binary stuff, except the tao executables
57
	rm -rf "${D}/usr/bin" "${D}/usr/share"
57
	rm -rf "${D}/usr/share"
58
	find "${D}/usr/bin" -type f -not -name "tao*" -exec rm -f {} \;
58
	# remove PACKAGE_* definitions from installed config.h (#192676)
59
	# remove PACKAGE_* definitions from installed config.h (#192676)
59
	sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" "${D}/usr/include/ace/config.h"
60
	sed -i -e "s:^[ \t]*#define[ \t]\+PACKAGE_.*$:/\* & \*/:g" "${D}/usr/include/ace/config.h"
60
61

Return to bug 304195