From owner-freebsd-gnome Sat Feb 2 14:32:51 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id 5444B37B404; Sat, 2 Feb 2002 14:32:49 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id g12MW5m52925; Sat, 2 Feb 2002 17:32:05 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Missing continue in patch-ltmain.sh From: Joe Clarke To: sobomax@freebsd.org Cc: gnome@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.1 Date: 02 Feb 2002 17:33:18 -0500 Message-Id: <1012689198.65931.43.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Maxim, the recent changes you made to patch-ltmain.sh in a few ports have had a bad effect on -stable. These ports will refuse to link due to -pthread missing from the linker arguments. The problem is the continue you added after compiler_flags="$compiler_flags -pthread", compiler_flags gets overwritten. I think the continue should be left out when setting compiler_flags. The problem affects glade and mrproject at least. It looks like any port that contains an application will run into this problem in the linking phase. Therefore, gnomevfs is not affected. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message