Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Nov 2006 20:44:30 +0100
From:      Daniel Lucq <daniel@scanit.be>
To:        freebsd-ports@freebsd.org
Subject:   graphics/tiff port
Message-ID:  <4558CB1E.50706@scanit.be>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4558CB1E.50706>