Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Apr 2018 07:57:33 +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: r467572 - head/graphics/aqsis
Message-ID:  <201804170757.w3H7vXQ0073309@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Apr 17 07:57:33 2018
New Revision: 467572
URL: https://svnweb.freebsd.org/changeset/ports/467572

Log:
  graphics/aqsis: unbreak with boost 1.67
  
  /usr/bin/ld: undefined reference to symbol `pthread_condattr_init@@FBSD_1.0' (try adding -lthr)
  
  PR:		227427
  Reported by:	antoine (via exp-run)
  Regressed by:	https://github.com/boostorg/thread/commit/1e84b978b2bb

Modified:
  head/graphics/aqsis/Makefile   (contents, props changed)

Modified: head/graphics/aqsis/Makefile
==============================================================================
--- head/graphics/aqsis/Makefile	Tue Apr 17 07:57:22 2018	(r467571)
+++ head/graphics/aqsis/Makefile	Tue Apr 17 07:57:33 2018	(r467572)
@@ -22,6 +22,7 @@ RUN_DEPENDS=	bash:shells/bash
 
 BROKEN_sparc64=	Fails to build: cannot link with boost
 
+LDFLAGS+=	-lpthread # Boost.Thread 1.67+
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 USE_LDCONFIG=	yes



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