1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Merge armv6 ASFLAGS fix from multimedia/ffmpeg in r377205

This commit is contained in:
Thomas Zander 2015-01-18 18:05:15 +00:00
parent 745a6a8c64
commit 52dddbc2bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377341

View File

@ -244,6 +244,10 @@ CONFIGURE_ARGS+= --enable-x11grab
.include <bsd.port.pre.mk>
.if ${ARCH} == "armv6"
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
.endif
DATADIR= ${PREFIX}/share/${PORTNAME}${PKGNAMESUFFIX}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX}
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin