1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

multimedia/libxine: fix build on powerpc

Use GNU assembler:
ppcasm_string.S:46:15: error: unsupported directive '.stabs'
       .stabs "src/xine-utils",100,0,0,.
This commit is contained in:
Piotr Kubaj 2021-06-16 09:00:19 +00:00
parent bbea3d0e6d
commit e95168491d

View File

@ -159,6 +159,9 @@ XVMC_CONFIGURE_ENABLE= xvmc
.if ${ARCH} == aarch64
BUILD_DEPENDS+= as:devel/binutils
.elif ${ARCH} == powerpc
BUILD_DEPENDS+= as:devel/binutils
CFLAGS+= -fno-integrated-as
.endif
.if !${PORT_OPTIONS:MGNUTLS} && !${PORT_OPTIONS:MOPENSSL}