Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2018 08:33:49 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r467692 - head/graphics/gsculpt
Message-ID:  <201804180833.w3I8Xn5A019409@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804180833.w3I8Xn5A019409>