Lines 2-8
Link Here
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.0.2.ebuild,v 1.1 2006/03/02 04:59:16 vapier Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-libs/STLport/STLport-5.0.2.ebuild,v 1.1 2006/03/02 04:59:16 vapier Exp $ |
4 |
|
4 |
|
5 |
inherit eutils multilib |
5 |
inherit eutils toolchain-funcs |
6 |
|
6 |
|
7 |
MY_P=${PN}-${PV/_rc/RC} |
7 |
MY_P=${PN}-${PV/_rc/RC} |
8 |
DESCRIPTION="C++ STL library" |
8 |
DESCRIPTION="C++ STL library" |
Lines 30-36
Link Here
|
30 |
|
30 |
|
31 |
cat <<- EOF >> stlport/config/stl_gcc.h |
31 |
cat <<- EOF >> stlport/config/stl_gcc.h |
32 |
#undef _STLP_NATIVE_INCLUDE_PATH |
32 |
#undef _STLP_NATIVE_INCLUDE_PATH |
33 |
#define _STLP_NATIVE_INCLUDE_PATH ../g++-v3 |
33 |
#define _STLP_NATIVE_INCLUDE_PATH ../g++-v$(gcc-major-version) |
34 |
EOF |
34 |
EOF |
35 |
} |
35 |
} |
36 |
|
36 |
|