svn commit: r500296 - head/graphics/yafaray

Yuri Victorovich yuri at FreeBSD.org
Sun Apr 28 08:40:14 UTC 2019


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


More information about the svn-ports-all mailing list