svn commit: r338864 - head/games/el

John Marino freebsd.contact at marino.st
Mon Jan 6 12:05:15 UTC 2014


On 1/6/2014 12:46, Rene Ladan wrote:
> Author: rene
> Date: Mon Jan  6 11:46:02 2014
> New Revision: 338864
> URL: http://svnweb.freebsd.org/changeset/ports/338864
> 
> Log:
>   Try to build after games/el-data is resurrected.
>   
>   Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN:
>   >   LINK el.bin
>   > /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition
>   > /usr/local/lib/libX11.so.6: could not read symbols: Bad value
>   

That's usually a trivial fix.
Often "LDFLAGS+= -L${LOCALBASE}/lib -lX11" would fix that.  In any case,
it needs at least one additional linker flag.

John


More information about the svn-ports-all mailing list