From owner-cvs-all@FreeBSD.ORG Wed Dec 29 21:51:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D9EA16A4CE; Wed, 29 Dec 2004 21:51:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4790E43D2F; Wed, 29 Dec 2004 21:51:42 +0000 (GMT) (envelope-from lofi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBTLpgxL053232; Wed, 29 Dec 2004 21:51:42 GMT (envelope-from lofi@repoman.freebsd.org) Received: (from lofi@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBTLpgRU053231; Wed, 29 Dec 2004 21:51:42 GMT (envelope-from lofi) Message-Id: <200412292151.iBTLpgRU053231@repoman.freebsd.org> From: Michael Nottebrock Date: Wed, 29 Dec 2004 21:51:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/Mk bsd.kde.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2004 21:51:42 -0000 lofi 2004-12-29 21:51:42 UTC FreeBSD ports repository Modified files: Mk bsd.kde.mk Log: Globally disable -Wl,-as-needed for all users of USE_KDELIBS_VER. Binaries linked with -pthread and -Wl,as-needed will have all references to libphthread stripped (reason/reasoning unknown), causing funny runtime errors when Qt decides to fire up a thread. Revision Changes Path 1.47 +3 -2 ports/Mk/bsd.kde.mk