From owner-cvs-all@FreeBSD.ORG Sun Mar 6 20:48:53 2005 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 77F1316A4CE; Sun, 6 Mar 2005 20:48:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BFED43D2F; Sun, 6 Mar 2005 20:48:53 +0000 (GMT) (envelope-from marcus@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 j26Kmr2M017776; Sun, 6 Mar 2005 20:48:53 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j26KmrDl017775; Sun, 6 Mar 2005 20:48:53 GMT (envelope-from marcus) Message-Id: <200503062048.j26KmrDl017775@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 6 Mar 2005 20:48:53 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/graphics/gimp Makefile ports/graphics/gimp/files patch-configure 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: Sun, 06 Mar 2005 20:48:53 -0000 marcus 2005-03-06 20:48:53 UTC FreeBSD ports repository Modified files: graphics/gimp Makefile graphics/gimp/files patch-configure Log: Add GIMP_THREAD_LIBS to GTK_LIBS so that all plug-ins get some thread lovin'. This fixes some missing pthread symbols, and allows the new GTK+ file chooser to work in certain plug-ins (e.g. print). Revision Changes Path 1.175 +1 -1 ports/graphics/gimp/Makefile 1.11 +11 -3 ports/graphics/gimp/files/patch-configure