svn commit: r467572 - head/graphics/aqsis
Jan Beich
jbeich at FreeBSD.org
Tue Apr 17 07:57:34 UTC 2018
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
More information about the svn-ports-all
mailing list