graphics/py-exiv2: unbreak with boost 1.67
c++ -o build/libexiv2python.so -fstack-protector -shared build/exiv2wrapper.os build/exiv2wrapper_python.os -L/usr/local/lib -lboost_python -lexiv2 /usr/bin/ld: cannot find -lboost_python PR: 227427 Reported by: antoine (via exp-run)
This commit is contained in:
parent
633a26fa23
commit
9ee06d2610
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=467359
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ USES= python:2.7 scons tar:bzip2
|
|||
USE_PYTHON= flavors
|
||||
USE_LDCONFIG= yes
|
||||
CXXFLAGS+= -I${LOCALBASE}/include
|
||||
MAKE_ARGS+= prefix=${PREFIX} use_env=1
|
||||
MAKE_ARGS+= prefix=${PREFIX} use_env=1 BOOSTLIB="${PY_BOOST_LIB}"
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|python_inc_path\]|python_inc_path,\
|
||||
|
|
Loading…
Reference in a new issue