mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +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:
parent
bbea3d0e6d
commit
e95168491d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user