pkgsrc-Changes archive

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

Re: CVS commit: pkgsrc/graphics/MesaLib



On Mon, May 20, 2013 at 06:59:18AM +0000, Steven Drake wrote:
> Module Name:  pkgsrc
> Committed By: sbd
> Date:         Mon May 20 06:59:18 UTC 2013
> 
> Modified Files:
>       pkgsrc/graphics/MesaLib: PLIST distinfo
> Added Files:
>       pkgsrc/graphics/MesaLib/patches: patch-src_mesa_drivers_x11_Makefile
> 
> Log Message:
> Fixes for non-dri build:
> 
> + Build the x11 version libGL.so with version numbering major 1 and minor 2,
>   the same a the glx version of libGL (simplifies PLIST handling).
> + PLIST changes.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.25 -r1.26 pkgsrc/graphics/MesaLib/PLIST
> cvs rdiff -u -r1.76 -r1.77 pkgsrc/graphics/MesaLib/distinfo
> cvs rdiff -u -r0 -r1.1 \
>     pkgsrc/graphics/MesaLib/patches/patch-src_mesa_drivers_x11_Makefile

Does your patch fix the underlying problem:

mklib: Making NetBSD shared library:  libGL.so.1.5.071100
ld: ../../../../src/mapi/glapi/libglapi.a(glapi_x86-64.o): relocation R_X86_64_P
C32 against symbol `_glapi_Dispatch' can not be used when making a shared object
; recompile with -fPIC
ld: final link failed: Bad value

? (I assume it will just change "5" to "2" but am being hopeful...)

Cheers,

Patrick



Home | Main Index | Thread Index | Old Index