svn commit: r467692 - head/graphics/gsculpt
Jan Beich
jbeich at FreeBSD.org
Wed Apr 18 08:33:51 UTC 2018
Author: jbeich
Date: Wed Apr 18 08:33:48 2018
New Revision: 467692
URL: https://svnweb.freebsd.org/changeset/ports/467692
Log:
graphics/gsculpt: unbreak with boost 1.67
/usr/bin/ld: cannot find -lboost_python
c++: error: linker command failed with exit code 1 (use -v to see invocation)
scons: *** [libMath.so] Error 1
PR: 227427
Reported by: antoine (via exp-run)
Modified:
head/graphics/gsculpt/Makefile (contents, props changed)
Modified: head/graphics/gsculpt/Makefile
==============================================================================
--- head/graphics/gsculpt/Makefile Wed Apr 18 08:33:45 2018 (r467691)
+++ head/graphics/gsculpt/Makefile Wed Apr 18 08:33:48 2018 (r467692)
@@ -51,6 +51,7 @@ post-patch:
s|'-g'|''| ; \
s|'-DGSCULPT_FPU_X86'|''| ; \
s|'[(]-O2.*-O[)]'|''| ; \
+ s|'boost_python'|'${PY_BOOST_LIB}'|; \
/^cppLibs/s|BackgroundModel|BackgroundMesh|" \
${WRKSRC}/SConstruct
@${REINPLACE_CMD} -e \
More information about the svn-ports-all
mailing list