diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-04-17 15:57:33 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-04-17 15:57:33 +0800 |
commit | 1f4b2ff61933349708c23a37a5d73888f2923601 (patch) | |
tree | bb47577b5b15575602d8b33537a546e0050c84a2 /graphics/aqsis | |
parent | 8b930e38d6f9b623e2c2bd5b4b4cbc4dffa6f71c (diff) | |
download | freebsd-ports-gnome-1f4b2ff61933349708c23a37a5d73888f2923601.tar.gz freebsd-ports-gnome-1f4b2ff61933349708c23a37a5d73888f2923601.tar.zst freebsd-ports-gnome-1f4b2ff61933349708c23a37a5d73888f2923601.zip |
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
Diffstat (limited to 'graphics/aqsis')
-rw-r--r-- | graphics/aqsis/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |