From 3e3bdff1f914695e975da2198d279e2769d47eb9 Mon Sep 17 00:00:00 2001 From: rakuco Date: Mon, 14 Nov 2011 03:26:46 +0000 Subject: Remove CMAKE_USE_PTHREAD from the ports using it. This setting has not had any effect since r1.13 to bsd.cmake.mk, as it was only useful when we supported FreeBSD < 7. Approved by: avilla (mentor), portmgr (miwi) Feature safe: yes --- net-im/qutim/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'net-im/qutim/Makefile') diff --git a/net-im/qutim/Makefile b/net-im/qutim/Makefile index ec6bd5dfef9a..9b7182d46560 100644 --- a/net-im/qutim/Makefile +++ b/net-im/qutim/Makefile @@ -34,7 +34,6 @@ USE_XORG= xscrnsaver MAKE_JOBS_SAFE= yes USE_CMAKE= yes -CMAKE_USE_PTHREAD= yes CMAKE_VERBOSE= yes CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1 -- cgit