From owner-freebsd-ports@FreeBSD.ORG Sun Feb 8 08:13:00 2004 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 AAA3016A4CE; Sun, 8 Feb 2004 08:13:00 -0800 (PST) Received: from meitner.wh.uni-dortmund.de (meitner.wh.uni-dortmund.de [129.217.129.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79E0243D1D; Sun, 8 Feb 2004 08:13:00 -0800 (PST) (envelope-from lofi@lofi.dyndns.org) Received: from lofi.dyndns.org (pc2-105.intern.meitner [10.3.12.105]) by meitner.wh.uni-dortmund.de (Postfix) with ESMTP id B96EE167522; Sun, 8 Feb 2004 17:12:59 +0100 (CET) Received: from lofi.dyndns.org (www@localhost [127.0.0.1]) by lofi.dyndns.org (8.12.10/8.12.10) with ESMTP id i18GCxrx006553 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Feb 2004 17:12:59 +0100 (CET) (envelope-from lofi@lofi.dyndns.org) Received: (from www@localhost) by lofi.dyndns.org (8.12.10/8.12.10/Submit) id i18GCukS006552; Sun, 8 Feb 2004 17:12:56 +0100 (CET) (envelope-from lofi@lofi.dyndns.org) X-Authentication-Warning: lofi.dyndns.org: www set sender to lofi@lofi.dyndns.org using -f Received: from 80.144.39.34 (SquirrelMail authenticated user lofi) by new.host.name with HTTP; Sun, 8 Feb 2004 17:12:56 +0100 (CET) Message-ID: <42770.80.144.39.34.1076256776.squirrel@new.host.name> In-Reply-To: <20040208103948.GG3365@toxic.magnesium.net> References: <20040207192557.scsscg4ss40cw444@mail.viviendaatualcance.com.mx> <20040208015143.GA3365@toxic.magnesium.net> <200402081058.54657.michaelnottebrock@gmx.net> <20040208103948.GG3365@toxic.magnesium.net> Date: Sun, 8 Feb 2004 17:12:56 +0100 (CET) From: "Michael Nottebrock" To: "Adam Weinberger" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new cc: mi@aldan.algebra.com cc: freebsd-ports@FreeBSD.org Subject: Re: Current cvs kde3 breaks for me in kdelibs-3.2 - Spinlock X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: michaelnottebrock@gmx.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 16:13:00 -0000 Adam Weinberger sagte: > qt32 was building uic with -lpthread -lc_r, i assume from something in > qt/mkspecs/freebsd-g++. This caused the build to die in > designer/designer as soon as the built uic was run. Arrrgh, of course, mkspecs. Hurrah for static host definitions. We probably need some REINPLACE 's|-lc_r|${PTHREAD_LIBS}' in devel/qmake. IIRC, we only reinplace -pthread atm. -- Michael Nottebrock