diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-04-07 12:36:21 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-04-07 12:36:21 +0000 |
commit | 545ca6a263a433b48b90d209fe6d8487a8af45bf (patch) | |
tree | d6c24a2b4b342a48ee496ab64331152d35813c14 /audio/py-tagpy | |
parent | 972c3151e6843e48db8e0e57e98cba6f29871810 (diff) |
- Fix building with boost 1.37
Submitted by: amdmi3
Approved by: pav
Notes
Notes:
svn path=/head/; revision=231783
Diffstat (limited to 'audio/py-tagpy')
-rw-r--r-- | audio/py-tagpy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/py-tagpy/Makefile b/audio/py-tagpy/Makefile index a639b3622f96..7a854851aa74 100644 --- a/audio/py-tagpy/Makefile +++ b/audio/py-tagpy/Makefile @@ -26,6 +26,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_PYTHON= yes USE_PYDISTUTILS= easy_install PYEASYINSTALL_ARCHDEP= yes |