mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/libglvnd: disable TLS on powerpc
libGLdispatch.so.0`___lldb_unnamed_symbol96: -> 0x51346dac <+4>: .long 0x0005e290 ; unknown opcode
This commit is contained in:
parent
15e3d73b4b
commit
c997d3a7cd
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= libglvnd
|
PORTNAME= libglvnd
|
||||||
DISTVERSION= 1.6.0
|
DISTVERSION= 1.6.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
|
@ -32,6 +32,10 @@ X11_MESON_ENABLED= x11 glx
|
||||||
MESON_ARGS+= -Dasm=disabled
|
MESON_ARGS+= -Dasm=disabled
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
MESON_ARGS+= -Dtls=false
|
||||||
|
.endif
|
||||||
|
|
||||||
# Lots of software expects gl.pc even when it can build with EGL only
|
# Lots of software expects gl.pc even when it can build with EGL only
|
||||||
post-install-X11-off:
|
post-install-X11-off:
|
||||||
${LN} -s opengl.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/gl.pc
|
${LN} -s opengl.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/gl.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue