Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 172860 | Differences between
and this patch

Collapse All | Expand All

(-)STLport-5.1.0.ebuild (-2 / +2 lines)
Lines 35-40 Link Here
35
}
35
}
36
36
37
src_compile() {
37
src_compile() {
38
	append-flags "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE"
39
38
	cat <<- EOF >> stlport/stl/config/user_config.h
40
	cat <<- EOF >> stlport/stl/config/user_config.h
39
	#define _STLP_NATIVE_INCLUDE_PATH ../g++-v$(gcc-major-version)
41
	#define _STLP_NATIVE_INCLUDE_PATH ../g++-v$(gcc-major-version)
40
	EOF
42
	EOF
Lines 56-63 Link Here
56
58
57
	cd "${S}/build/lib"
59
	cd "${S}/build/lib"
58
60
59
	append-lfs-flags
60
61
	# It's not an autoconf script
61
	# It's not an autoconf script
62
	./configure \
62
	./configure \
63
		${myconf} \
63
		${myconf} \

Return to bug 172860