Date: Sun, 28 Apr 2019 08:40:13 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500296 - head/graphics/yafaray Message-ID: <201904280840.x3S8eDa6063471@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Apr 28 08:40:12 2019 New Revision: 500296 URL: https://svnweb.freebsd.org/changeset/ports/500296 Log: graphics/yafaray: Unbreak on head-amd64 Reported by: fallout Modified: head/graphics/yafaray/Makefile Modified: head/graphics/yafaray/Makefile ============================================================================== --- head/graphics/yafaray/Makefile Sun Apr 28 08:35:46 2019 (r500295) +++ head/graphics/yafaray/Makefile Sun Apr 28 08:40:12 2019 (r500296) @@ -35,6 +35,8 @@ GH_PROJECT= Core USE_GNOME= libxml2 USE_LDCONFIG= yes +LDFLAGS= -pthread # because build on 13 (head) was failing: ld: error: src/yafraycore/libyafaray_v3_core.so: undefined reference to pthread_create + CMAKE_OFF= WITH_YAF_PY_BINDINGS OPTIONS_DEFINE= DOCS QT
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904280840.x3S8eDa6063471>