From owner-freebsd-ports@FreeBSD.ORG Sun Sep 14 08:25:33 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E16E16A4BF for ; Sun, 14 Sep 2003 08:25:33 -0700 (PDT) Received: from mail.comita.spb.ru (mail.comita.spb.ru [213.182.169.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90A5C43F93 for ; Sun, 14 Sep 2003 08:25:32 -0700 (PDT) (envelope-from postfix@sendmail.ru) Received: by mail.comita.spb.ru (Postfix, from userid 1116) id CD2371A869; Sun, 14 Sep 2003 19:25:31 +0400 (MSD) Received: from karputer.toxa.lan (ppp-dialup-13.atcom.spb.ru [213.182.168.13]) by mail.comita.spb.ru (Postfix) with ESMTP id B7A2A1A670 for ; Sun, 14 Sep 2003 19:25:30 +0400 (MSD) From: tokza Organization: localhost To: freebsd-ports@freebsd.org Date: Sun, 14 Sep 2003 19:25:39 +0400 User-Agent: KMail/1.5.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200309141925.39844.postfix@sendmail.ru> Subject: -pthread is deprecated X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Sep 2003 15:25:33 -0000 hello, as you know, there is no more -pthread gcc flag in -current. but many ports (kde3, for example) still wants it. So what should I do to compile kde3 succesfully? The one way I see now is to s/-pthread/-lc_r/g in Makefiles :-) maybe there is another way? Thank you.