From owner-freebsd-ports@FreeBSD.ORG Mon Nov 13 19:44:48 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 AA18D16A403 for ; Mon, 13 Nov 2006 19:44:48 +0000 (UTC) (envelope-from daniel@scanit.be) Received: from mail.scanit.be (mail.scanit.be [194.78.61.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0340943D62 for ; Mon, 13 Nov 2006 19:44:37 +0000 (GMT) (envelope-from daniel@scanit.be) Received: from [81.240.90.210] (account daniel@scanit.be HELO [10.32.6.70]) by mail.scanit.be (CommuniGate Pro SMTP 4.2.8) with ESMTP-TLS id 1918168 for freebsd-ports@freebsd.org; Mon, 13 Nov 2006 20:44:35 +0100 Message-ID: <4558CB1E.50706@scanit.be> Date: Mon, 13 Nov 2006 20:44:30 +0100 From: Daniel Lucq User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: graphics/tiff port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 19:44:48 -0000 Hi, I've got a question regarding the graphics/tiff port. In the makefile for this port, there is the line LDFLAGS+= -lcompat Now I've had a look at the source code, and I cannot see anything in there which would seem to require linking with libcompat. Maybe I'm overlooking something, but if libcompat is indeed not needed by this port, I really would like to plead for removing of this line from graphics/tiff/Makefile. Reason is that this -lcompat is being propagated via libtool into sane-backends, and from there into something I'm trying to port, where libcompat is causing me a world of grief (because it's causing regcomp/regexec to be linked from libcompat, and regfree from libc). So, would it be possible to remove the -lcompat line from graphics/tiff/Makefile? Pretty please? Best regards, Daniel