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

(-)a/dev-libs/cereal/cereal-1.3.2-r1.ebuild (+2 lines)
Lines 25-30 Link Here
25
25
26
	# remove bundled rapidjson
26
	# remove bundled rapidjson
27
	rm -r include/cereal/external/rapidjson || die 'could not remove bundled rapidjson'
27
	rm -r include/cereal/external/rapidjson || die 'could not remove bundled rapidjson'
28
	sed -i -e 's%^\(#include\) "cereal/external/\(rapidjson/[a-z]\+.h\)"%\1 <\2>%g' include/cereal/archives/json.hpp
29
	sed -i -e 's%CEREAL_\(RAPIDJSON_NAMESPACE\)%\1%g' include/cereal/archives/json.hpp
28
30
29
	cmake_src_prepare
31
	cmake_src_prepare
30
}
32
}

Return to bug 792444