tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/graphics/xzgv



On Thu, Dec 15, 2011 at 06:52:35PM +0000, John Marino wrote:
> Module Name:  pkgsrc
> Committed By: marino
> Date:         Thu Dec 15 18:52:35 UTC 2011
> 
> Modified Files:
>       pkgsrc/graphics/xzgv: Makefile
> 
> Log Message:
> graphics/xzgv: Directly link libraries as required for default ld v2.22

This adds:
+LDFLAGS+=              -lm -lX11       # explicitly list for ld v2.22

The package just includes gtk2/buildlink3.mk.
I think that gtk2 can be built against different backends and libX11 is just 
one of them (think OS X).
I have doubts that this change is correct (perhaps other similar ones as well).
Why does Dragonfly ld 2.22 need this?
 Thomas


Home | Main Index | Thread Index | Old Index