Date: Mon, 21 Nov 2016 06:52:50 +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: r426695 - head/graphics/appleseed Message-ID: <201611210652.uAL6qoNq010702@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Mon Nov 21 06:52:50 2016 New Revision: 426695 URL: https://svnweb.freebsd.org/changeset/ports/426695 Log: graphics/appleseed: unbreak build with boost 1.62 on i386 ../appleseed/libappleseed.so: undefined reference to `boost::atomics::detail::lockpool::scoped_lock::scoped_lock(void const volatile*)' ../appleseed/libappleseed.so: undefined reference to `boost::atomics::detail::lockpool::scoped_lock::~scoped_lock()' c++: error: linker command failed with exit code 1 (use -v to see invocation) PR: 214476 Approved by: portmgr blanket Modified: head/graphics/appleseed/Makefile (contents, props changed) Modified: head/graphics/appleseed/Makefile ============================================================================== --- head/graphics/appleseed/Makefile Mon Nov 21 06:52:38 2016 (r426694) +++ head/graphics/appleseed/Makefile Mon Nov 21 06:52:50 2016 (r426695) @@ -3,6 +3,7 @@ PORTNAME= appleseed DISTVERSION= 1.5.2-beta +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= danfe@FreeBSD.org @@ -24,6 +25,7 @@ ONLY_FOR_ARCHS_REASON= not ported to it USES= cmake:outsource USE_QT4= moc_build qmake_build rcc_build uic_build opengl +LDFLAGS+= -lboost_atomic CMAKE_ARGS= -DUSE_STATIC_BOOST:BOOL=OFF -DUSE_STATIC_OIIO:BOOL=OFF \ -DUSE_STATIC_OSL:BOOL=OFF -DWITH_DOXYGEN:BOOL=OFF \ -DWITH_HEADERS:BOOL=OFF -DWITH_PYTHON:BOOL=OFF \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611210652.uAL6qoNq010702>