- Set USE_GCC to 4.4+ as suggested by gerald@

This commit is contained in:
Nicola Vitale 2010-01-03 11:57:05 +00:00
parent 0adbe372ca
commit 4f0272fe1d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247055

View File

@ -27,7 +27,7 @@ CONFIGURE_ARGS= --taglib-inc-dir="${LOCALBASE}/include/taglib" \
--boost-lib-dir="${PYTHON_LIBDIR},${LOCALBASE}/lib" \
--boost-python-libname="boost_python"
USE_GCC= 4.3+
USE_GCC= 4.4+
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
PYEASYINSTALL_ARCHDEP= yes