From 54688d609e3e360ec4822dc89b9e896a41418b16 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 18 May 2010 18:53:35 +0400 Subject: * Fix for FreeBSD 5.0 --- freebsd/port/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'freebsd') diff --git a/freebsd/port/Makefile b/freebsd/port/Makefile index d75fc40e4..524f0382a 100644 --- a/freebsd/port/Makefile +++ b/freebsd/port/Makefile @@ -76,4 +76,8 @@ USE_LDCONFIG= no PLIST_SUB+= CPLUGINS="" .endif +.if ${OSVERSION} < 600000 +CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS=-lpthread +.endif + .include -- cgit v1.2.3