From owner-cvs-all@FreeBSD.ORG Thu Jul 6 05:45:16 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 ABF8916A4DD; Thu, 6 Jul 2006 05:45:16 +0000 (UTC) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65F2843D45; Thu, 6 Jul 2006 05:45:16 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k665jGnD030451; Thu, 6 Jul 2006 05:45:16 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k665jGhl030450; Thu, 6 Jul 2006 05:45:16 GMT (envelope-from marcus) Message-Id: <200607060545.k665jGhl030450@repoman.freebsd.org> From: Joe Marcus Clarke Date: Thu, 6 Jul 2006 05:45:16 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel/liboil Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 06 Jul 2006 05:45:16 -0000 marcus 2006-07-06 05:45:16 UTC FreeBSD ports repository Modified files: devel/liboil Makefile Log: Add a RUN_DEPENDS on gcc34 (yuck!) for 5.X since liboil links to libgcc_s.so which is not installed by the base gcc for some reason. Without this fix binaries that link to liboil would fail to load. Revision Changes Path 1.20 +2 -0 ports/devel/liboil/Makefile