From owner-freebsd-ports@FreeBSD.ORG Tue Mar 8 09:49:17 2005 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 8624916A4CE for ; Tue, 8 Mar 2005 09:49:17 +0000 (GMT) Received: from mail.fatpipi.com (fatpipi.cirx.org [211.23.144.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DF243D39 for ; Tue, 8 Mar 2005 09:49:16 +0000 (GMT) (envelope-from vanilla@fatpipi.com) Received: from mail.fatpipi.com (localhost [127.0.0.1]) by mail.fatpipi.com (Postfix) with ESMTP id 9680F6104; Tue, 8 Mar 2005 17:49:14 +0800 (CST) Received: by mail.fatpipi.com (Postfix, from userid 1002) id 768EC613C; Tue, 8 Mar 2005 17:49:14 +0800 (CST) Date: Tue, 8 Mar 2005 17:49:14 +0800 From: "Vanilla I. Shu" To: Michael Nottebrock Message-ID: <20050308094914.GA58071@fatpipi.cirx.org> References: <1110223267.1739.64.camel@think> <20050307225525.GA53136@fatpipi.cirx.org> <200503071511.26128.ringworm01@gmail.com> <200503081019.14427.michaelnottebrock@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <200503081019.14427.michaelnottebrock@gmx.net> User-Agent: Mutt/1.5.8i X-Virus-Scanned: ClamAV using ClamSMTP cc: freebsd-ports@freebsd.org Subject: Re: imlib2 port broken on RELENG_4? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2005 09:49:17 -0000 On Tue, Mar 08, 2005 at 10:19:10AM +0100, Michael Nottebrock wrote: > On Tuesday, 8. March 2005 00:11, Michael C. Shultz wrote: > > ../../src/lib/.libs/libImlib2.so: undefined reference to `round' > So replace round() with rint() as well (no extra cast required). thanks.