From 1f4b2ff61933349708c23a37a5d73888f2923601 Mon Sep 17 00:00:00 2001 From: jbeich Date: Tue, 17 Apr 2018 07:57:33 +0000 Subject: 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 --- graphics/aqsis/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'graphics/aqsis') diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 781846f3d728..8fa76796839f 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -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 -- cgit