From owner-freebsd-gnome@FreeBSD.ORG Sun Sep 26 19:40:25 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82D3016A4D0 for ; Sun, 26 Sep 2004 19:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E74343D45 for ; Sun, 26 Sep 2004 19:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8QJePDD064252 for ; Sun, 26 Sep 2004 19:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8QJePE0064251; Sun, 26 Sep 2004 19:40:25 GMT (envelope-from gnats) Date: Sun, 26 Sep 2004 19:40:25 GMT Message-Id: <200409261940.i8QJePE0064251@freefall.freebsd.org> To: gnome@FreeBSD.org From: Joe Kelsey Subject: Re: ports/71635: Gnome recompile fails due to glib link errors X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joe Kelsey List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Sep 2004 19:40:25 -0000 The following reply was made to PR ports/71635; it has been noted by GNATS. From: Joe Kelsey To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: ports/71635: Gnome recompile fails due to glib link errors Date: Sun, 26 Sep 2004 12:39:22 -0700 I have solved this problem in a very unsatisfactory way. The problem has occurred so far in three ports: ORBit2, libgnome, and gstreamer. I solved the problem the same way in all of them, I edited the port Makefile and modified the setting of LDFLAGS in CONFIGURE_ARGS to add -pthread. Why do these ports get built without -pthread? What happened here?