mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Attempt to fix aarch64 using the same trick as armv6.
While here, remove obsolete ia64 stanza. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
c72fac7fa4
commit
2e5517b3a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426142
@ -62,7 +62,7 @@ FFMPEG_CFLAGS_OFF+=-msse
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == armv6
|
||||
.if ${ARCH} == aarch64 || ${ARCH} == armv6
|
||||
CONFIGURE_ENV+= ASFLAGS=-no-integrated-as
|
||||
CFLAGS= -no-integrated-as
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
|
||||
@ -71,11 +71,6 @@ MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
||||
.endif
|
||||
|
||||
.if ! ${PORT_OPTIONS:MFFMPEG}
|
||||
.if ${ARCH} == ia64
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
|
||||
CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
||||
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == powerpc64
|
||||
FFMPEG_CONFIG+= --arch=ppc64
|
||||
|
Loading…
Reference in New Issue
Block a user